Python for .NET part deux
If you read me blogs, you would remember, i was lamenting the fact that there were no Python implementations for .NET to be found. What do you know, the comments within that blogs are now pointing at not one but two, real, honest to god, .NET based Python implementations.
1. IronPython: By Jim Hugunin, who recently joined Microsoft to work on dynamic languages.
2. Boo: Which is a Python inspired language for CLI.
Sweet. I guess, Dynamic languages are picking up(Read both Sean's take and Steve's article) already.