Hi Guys,
I am a newbie and just started to learn F#. Besides struggling to under functional programming using F#, I am also struggling with F# lightweight syntax.
I noticed that complier will throw errors which is not straight forward to tell me that I am not following the lightweight syntax. This could lead me to spend time to debug something which is not a bug in the code?
May I know how you overcome it? I feel overwhelmed that I have to remember lightweight syntax format as well as to remember how to write F# syntax.
I used to code in Java and I don't remember there is such a thing as lightweight syntax for Java...
May I know how to overcome? Is there an IDE which will auto correct my code into lightweight syntax ?
Thanks