Page 2 of 2
Book on F#
Posted: September 2nd, 2010, 7:54 am
by bengourion
Book on F#
Posted: September 2nd, 2010, 7:56 am
by bengourion
Sorry for the preceding empty reply, but beside the legality of the question, what is F# ? What are its main advantages compare to C# ?
Book on F#
Posted: September 2nd, 2010, 1:18 pm
by Hansi
Book on F#
Posted: September 2nd, 2010, 1:30 pm
by quantmeh
QuoteOriginally posted by: bengourionSorry for the preceding empty reply, but beside the legality of the question, what is F# ? What are its main advantages compare to C# ?the main advantage of F# to me is that it brings the functional programming style to .NET. functional programming is back in fashion, and there were several attempts to integrate it with imperative programming such as Scala on Java VM. hard code FP language is Haskell, I'd encourage you to learn it.
Book on F#
Posted: September 2nd, 2010, 1:53 pm
by Hansi
QuoteOriginally posted by: quantmehhard code FP language is Haskell, I'd encourage you to learn it.
http://tryhaskell.org/