Yeah, that will be too costly because it would have to make a server call pretty quickly to confirm that the code is complete. (The Roslyn desktop C# Interactive can do this because it's right on the desktop)
You can press Ctrl-Enter to send complete code, if you wish to send submissions faster.
LINQPad is one of the best tools I've ever used. I can't recommend it enough for anybody who wants a C# or F# scratchpad, or wants to quickly query a database.
I didn't know that was possible. Even if you can compile Roslyn to JS to run on the client, you still need to compile most parts of the BCL as well, or else you still need to make a server call.
[+] [-] sandyarmstrong|12 years ago|reply
With some obvious caveats, I'm a big fan of the csharp REPL provided by Mono: http://www.mono-project.com/CsharpRepl
[+] [-] sunnya|12 years ago|reply
You can press Ctrl-Enter to send complete code, if you wish to send submissions faster.
[+] [-] notcub|12 years ago|reply
[+] [-] usea|12 years ago|reply
[+] [-] sunnya|12 years ago|reply
[+] [-] neil_s|12 years ago|reply
[+] [-] ScottWhigham|12 years ago|reply
[+] [-] sunnya|12 years ago|reply
[+] [-] gisenberg|12 years ago|reply
[+] [-] lukasm|12 years ago|reply
[+] [-] sunnya|12 years ago|reply
[+] [-] scottksmith95|12 years ago|reply
[+] [-] sunnya|12 years ago|reply
[+] [-] polskibus|12 years ago|reply
[+] [-] sunnya|12 years ago|reply