[Mono-dev] FSharp 1.9.6.16 and latest mono obscurity
Dan Shechter
dans at houmus.org
Thu Sep 10 14:16:05 EDT 2009
Can anyone successfully run fsi.exe on mono?
If I use some simple .fsx script like:
#light
let x = 1 + 1
printfn "%A" x
and use:
mono fsi.exe --gui- ~/test.fsx
I get the desired "2" as output.
If I try to punch in the same commands in fsi.exe interactively fsi seems
completely stuck.
However, if I retry the same procedure on an xterm / x session and don't
specify the --gui- switch (enabling
WinForms event loops) fsi.exe works..
Anyone with any ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090910/837e7fb4/attachment-0001.html
More information about the Mono-devel-list
mailing list