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

zvolkov zvolkov at gmail.com
Mon Feb 8 12:24:10 EST 2010


Clarification: I think it actually works but the prompt is not displayed
properly. In the command-line REPL shell ("csharp") the Prompt "csharp>" is
never displayed. In graphic REPL shell ("gsharp") the Prompt is displayed
but the ContinuationPrompt never seems to display, at least not when I try
the sample code from http://www.mono-project.com/CsharpRepl 

from f in Directory.GetFiles ("/etc")



zvolkov wrote:
> 
> The command-line C# REPL shell does not work for me on Windows. 
> 
> I start the Mono Command Line shortcut provided by the installation.
> From that I run csharp.bat located at Mono's bin directory.
> What I get is a command prompt that allows me to type and echoes my
> characters but never prints anything back. Looks like csharp.exe is not
> running in the interactive mode and waits for the EOF of the file it's
> supposed to compile.
> 
> Mono itself works fine. Mcs / Gmcs both work fine. The graphical GUI
> (gcsharp) works fine. I'm running Mono 2.6 (General Availability release
> mono-2.6-gtksharp-2.12.9-win32-4.exe) on Windows Server 2008 64 bit. 
> 
> Anybody experiences same issue? Am I doing anything stupid?
> 

-- 
View this message in context: http://old.nabble.com/C--REPL-shell-on-Windows-in-Mono-2.6-does-not-work-at-all--tp26802324p27503256.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list