Search code examples
macosf#osx-mountain-lion

What's the best way to program F# on OSX 10.8?


I'm studying in university F#, and looked a bit on the internet but couldn't find a nice program to code in F#. Any suggestions?


Solution

  • F# Software Foundation is a great resource to start with.

    Here is an excerpt from Using F# on Mac OSX:

    What should I use to edit my code?

    Some editors have specific support for F#, either builtin or through addons provided by the F# community:

    While the first two options have the most up-to-date support, you can also use F# Interactive via command line and use the editor you feel the most comfortable with.