[Mono-list] C# REPL shell on Windows in Mono 2.6 does not work at all?

Miguel de Icaza miguel at novell.com
Sun May 9 19:01:02 EDT 2010


Hello,

http://lexicalclosures.blogspot.com/2010/04/mono-c-repl-on-windows.html the
> same issues running the C# REPL on Windows .  The prompt does not show in
> the command line console (cmd) but it does if you use gsharp.


Right, this was a bug in the REPL code.   I was not probing for the
operating system, and it just assumed that there was no interactive console.

This is fixed on trunk.

If you have Visual Studio installed, my blog has instructions on how to
build the REPL from source, it should only require a source checkout and
hitting F5 on VS.


> All
> statements and expressions needs to end with ";" and the continuation
> prompt
> does not work which limits one to write your entire expression on one line.
>

The ";" is necessary to complete a statement.


> Other than that every else should behave as expected.
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/C-REPL-shell-on-Windows-in-Mono-2-6-does-not-work-at-all-tp1507889p2164700.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100509/e89d275b/attachment.html 


More information about the Mono-list mailing list