vote up 1 vote down star

Is there an F# compiler (plugin?) for SharpDevelop? I use SharpDevelop on my netbook for hobby development and it would be cool to program in f# on it.

flag

3 Answers

vote up 1 vote down

There's a rather old (Aug 2008) F# Plugin for MonoDevelop. Read more on its Wiki page.

For the F# compiler, download the xip file from the F# May 2009 CTP page. there are certain known issues with running it on Mono, just search for "F# Mono" for more info.

link|flag
Thanks – RCIX Sep 9 at 10:05
BTW, what's the difference between MonoDevelop and SharpDevelop? – RCIX Sep 9 at 10:17
1  
MonoDevelop is part of the Mono project, SharpDevelop is a separate IDE implementation for .net – Steve Gilham Sep 9 at 10:21
vote up 4 vote down check

If you install the F# compiler, SharpDevelop 3.0 automatically supports it. (Oh well. At least people will get a good answer now.)

link|flag
vote up 1 vote down

On Windows, I settled on Visual Studio Shell and the May F# CTP.

link|flag
Yup that works just as well. – RCIX Sep 10 at 0:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.