My latest work has to do with Dynamic Languages on .NET (please see my updated bio).

We've already posted several projects on the web:

  • IronPython, implementation of the Python programming language running on .NET
    • Samples for IronPython, including the latest one I put together, Dynamic Web Service Helpers, that shows how easy it is to consume Web Services from Dynamic Languages. Please check it out -- IronPython-1.0.1-Samples-WebServices.zip.
  • IronPython for ASP.NET, integration of IronPython with ASP.NET, including the runtime (based on no-compile pages) and the design time support in Visual Studio and Visual Web Developer.