LINK
[…] Mono.Tasklets is the Mono-team supported mechanism for doing continuations, microthreading and coroutines in the ISO CLI. It is based on Tomi Valkeinen’s excellent work on co-routines for Mono. […]
The new System.AddIn namespace in .NET Framework 3.5 is indeed cool and it covers complex scenarios like loading/unloading plugins in different AppDomains, handling different versions, and such. But seriously, 7 different projects in a VS solution to build a simple pluggable console application which prints “Hello Guy” is plain overkill.
First commit of my port of Hpricot to IronRuby.
Hell yeah!
This is a LINQ extension to split work accross different machines. Cool!