Enjoyed your talk. I've been playing with Mono's C# REPL since then. My Windows installation of Mono 2.8 has working code completion:C:\>csharpMono C# Shell, type "help;" for helpEnter statements below.csharp> Console.WWindowHeight WindowLeft WindowTop WindowWidth Write WriteLinecsharp> Console.Wcsharp> Console.WriteLine(6);6csharp> quit;Nice for prototyping... :-)Its not so good in the UI gsharp version, but hey. I haven't installed 2.10 yet to see if there's any differences.Alan
Post a Comment
1 comment:
Enjoyed your talk. I've been playing with Mono's C# REPL since then. My Windows installation of Mono 2.8 has working code completion:
C:\>csharp
Mono C# Shell, type "help;" for help
Enter statements below.
csharp> Console.W
WindowHeight WindowLeft WindowTop WindowWidth Write WriteLine
csharp> Console.W
csharp> Console.WriteLine(6);
6
csharp> quit;
Nice for prototyping... :-)
Its not so good in the UI gsharp version, but hey. I haven't installed 2.10 yet to see if there's any differences.
Alan
Post a Comment