.NET Fringe - Interview with Glenn Block about ScriptCS. Lightweight Scripting and a REPL in C#!
Summary
The main theme is the introduction and benefits of "scripts.cs", a lighter way to write C# code. Key subjects include scripting in C#, drawing inspiration from Node.js and dynamic languages like F#, and features such as a "require" function and Scryer generics for improved Intellisense. The practical takeaway is that scripts.cs allows for more concise and less verbose C# code, exemplified by a single-line Nancy web server example.