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?
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
