Jeff Hardy's Blog
Writings on IronPython and NWSGI.
Thursday, June 27, 2013
Anonymous Function Blocks in Python
›
Python has anonymous functions in the form of lambdas, but they are limited to a single expression. For the most part, this is enough (espec...
Tuesday, June 25, 2013
IronPython 3 TODO
›
This is my own list of things I want to see in IronPython 3 (after I get 2.7.4 out). It’s unlikely all of them will make 3.0 (which I’m targ...
Sunday, September 16, 2012
Changing .NET Assembly Platforms with Mono.Cecil
›
By default, .NET assemblies can only be loaded by the platform they are built for, or potentially anything later in the same stream (.NET 4 ...
Wednesday, April 4, 2012
IronPython Samples
›
One thing that I think has been missing from IronPython for a while now is a set of embedding samples. There are many host environments that...
Tuesday, March 13, 2012
Mea Culpa
›
I was so excited about getting IronPython 2.7.2 out the door, I briefly dropped my common sense and made a change to IronPython that never s...
›
Home
View web version