April 19, 2006, 8:41 am
Microsoft is hosting the The .NET Programming Languages And Compilers Symposium in August. 10 minute lightning talks on type systems, domain-specific languages, and code generation? Oh, you know I’m going.
April 19, 2006, 8:36 am
According to Miguel de Icaza, Mono, the cross-platform implementation of the .NET CLR, now has continuations thanks to the work of Tomi Valkeinen. The work is here. Continuations are significant to a number of programming languages that have been hard to implement on the CLR. Valkeinen’s work may help a number of compiler developers.