Just a little shout out to the latest project by that crazy language pimp, Erik Meijer. (He’s the guy you have to thank for much of LINQ and especially for XML literals in VB.) In its own words, Volta is…
[…] a developer toolset that enables you to build multi-tier web applications by applying familiar techniques and patterns. First, design and build your application as a .NET client application, then assign the portions of the application to run on the server and the client tiers late in the development process. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together.
Although my focus continues to be on client programming by directly emitting IL for the runtime, I think Volta has some extremely interesting ideas contained within it. I’ll be interested to see how this project fares, especially given the success of his previous ideas…