Roslyn CTP Introduces Interactive Code for C#
Posted by: C# Frequently Asked Questions,
on 31 Jan 2012 |
View original | Bookmarked: 0 time(s)
There's been a lot of posts on using the Roslyn CTP APIs for syntax trees, semantic binding, and IDE smart editor features. The Roslyn CTP also introduces a set of features for C# we refer to as "Interactive". These features won't be new to VB, but we plan to bring the same feature set to VB. Interactive features comprise three goals: Read-eval-print loop (long known as a REPL) -- to support exploring code, learning about APIs, and iterative development Keep simple programs...