vote up 0 vote down star
1

Finding an anser to this seems near impossible, so give it to me!

flag
Define 'use' please. Do you want to compile F#, or simply run an executable you compiled on Windows? – Matthew Scharley Nov 1 at 22:24
I want to compile code written in F#. – keke Nov 1 at 22:59
3  
Do you have mono installed? Have you downloaded F#? Have you run "install-mono.sh"? Where are you at in the process, and what trouble are you having? – Brian Nov 1 at 23:09
Which prcoess are we talking about? If I found a process I would probably not have had to ask the question :( Where is this process documented? – keke Nov 1 at 23:13
4  
Go here: microsoft.com/downloads/… Download fsharp.zip. Unzip and run the install-mono.sh. – Brian Nov 2 at 1:10
show 1 more comment

2 Answers

vote up 4 vote down

Well, My box: Ubuntu, mono, fsharp, emacs and fsharp-mode

with fsharp-mode you have

  1. highlighting
  2. interactive console
  3. emacs :-).

Also, you can try to install .net 2.0 on wine (with winetricks for example) together with sharpdevelop 2.2.

Personaly i've decided to use emacs and fsharp-mode.

UPDATE:

another option is to use regular editor such as kate in OCaml mode but it can be inconvenient due to differences between languages.

link|flag
vote up 5 vote down

Google for F#, and the very first entry that comes up is http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/ - and one of the first things on that page is:

Download F# now --> Visual Studio 2010, or CTP Update for Visual Studio 2008 or standalone compiler+library ZIP, for Mono and Windows

Have you installed that, and is something not working for you?

link|flag

Your Answer

Get an OpenID
or

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