Hacker News new | ask | show | jobs
by dimgl 3738 days ago
Is this any different from the Immediate Window in Visual Studio?
1 comments

Immediate is AFAIK a limited subset available during debugging. C# Interactive is what F# has had for years (F# Interactive), and even Mono has had something like this for a while. You can enter snippets of C# and eval like a real REPL. Update 2 brings project context support so you can just open the REPL and do stuff like var x = new MyType().