Lego.NET

Interesting project looking at porting .NET applications to the Lego Mindstorm - two approaches are being taken, the first is to develop an MSIL interpreter (code-named Micro.NET) which interprets MSIL on the Mindstorm processor, the second approach is to develop a GCC front-end which translated Microsoft/ECMA IL into native machine code.

The first release of this technology is now available from this web site.

The team has a blog here - and a link to the Lego Mindstorm site

- Mike