IronPython at PyCon 2009
The talk schedule has gone up for for PyCon 2009 in Chicago. There are three talks on IronPython, plus a tutorial on the Wednesday before the conference. PyCon is the international Python conference, and the highlight of the Python year. The conference dates are: March 25-26th Tutorial Days March 27-29th Conference March 30th - April 2nd Development Sprints Jim Hugunin is one of the invited speakers, so his talk doesn't yet appear on the schedule - but his usual talk is " IronPython the Road Ahead ". The other two IronPython talks are: IronPython Implementation, by Dino Veihland (core IronPython developer) IronPython is an implementation of Python running on .NET. This talk will provide an overview of the IronPython internals. The talk will start with a high-level walk through of the IronPython architecture and source layout. From there we’ll drill into details such as method dispatch, how the .NET and Python type systems interrelate, multi-runtime support, and how I