|
-
January 18th, 2012, 04:00 PM
#1
F#
Has anyone worked with this language? What has been your experience? I would like to jump in on this and get started. Any tips?
-
January 19th, 2012, 02:36 PM
#2
Re: F#
MSDN, for docs. F# is included in VS2010 by default... Here's a link to their code documentation
-
January 19th, 2012, 02:37 PM
#3
Re: F#
 Originally Posted by dglienna
MSDN, for docs. F# is included in VS2010 by default... Here's a link to their code documentation
Well, no link, but I do know that it even comes into SharpDevelop .
I was just curious how development worked in it. Was it difficult? Was there an increase in development speed? What about the number of issues/bugs that cropped up? Is it easy to scale?
-
January 20th, 2012, 03:29 AM
#4
Re: F#
 Originally Posted by YourSurrogateGod
Any tips?
Read up on functional programming.
-
February 2nd, 2012, 12:24 AM
#5
Re: F#
My experience was that F# required a fair amount of adjustment in thinking. I write in (about) a dozen languages and most of them were very easy to pick up (if you understand any procedural or OO language, you understand them all, mostly). F# was a notable exception; it took significantly longer to learn.
However! The language is quite interesting and I enjoyed programming in it. Purely from the perspective of nice functional programming languages, I might recommend Haskell or Erlang. The major benefit of F# over those is access to the entire .NET library.
I found this wikibook to be extremely helpful: https://en.wikibooks.org/wiki/F_Sharp_Programming
Best Regards,
BioPhysEngr
http://blog.biophysengr.net
--
All advice is offered in good faith only. You are ultimately responsible for effects of your programs and the integrity of the machines they run on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|