I can't seem to find a compiler/plugin for mono. Does one exist?
|
2
|
|
|
|
|
|
Yes, there's one. Check this out: F# for Mono |
||
|
|
|
|
This will give you the basic functionality which means you will be able to run "mono fsi.exe" and compiled F# apps as "mono myApp.exe". Usefull tips:
|
|||
|
|
|
|
You can download the F# zip file from Microsoft and then run (for example) "mono fsi.exe". |
||
|
|
|
|
What Piotr Zurek said is basically what i did to get F# and mono to work on Ubuntu 9.04, with the following comments:
|
||
|
|
|
|
Just beware, tail calls does not seem to work on Mono, so your application will probably run out of stack space rather quickly. |
||
|
|
