Friday, February 5, 2010

F# in macosx

I downloaded FSharp-1.9.7.8 and attempted to run it in MacOSX using mono (2.4.2.3).


mono $FS_HOME/bin/fsi.exe


This kept exiting the prompt after brief attempts to spawn a GUI. I found the solution here

Invoke fsi.exe without gui and with readline as indicated in the link above


mono fsi.exe --readline+ --gui-

No comments: