IronPython Bytecode Interpreter
One of the things that people would really like to have on IronPython is support for pre-compiled Python (.pyc) files. These files are pre-parsed and converted... »
One of the things that people would really like to have on IronPython is support for pre-compiled Python (.pyc) files. These files are pre-parsed and converted... »
This is not an historical account of any concert I have ever been to. It is more like a wishlist for the perfect concert of classical... »
One of the features people have requested for the Jenkins email-ext plugin is an easier way to test out their templates for Groovy generated email content.... »
As a way to blow off some steam, I like to contribute to open source software. You might ask why, as a software developer who spends... »
I've blogged before about how we use Jenkins at work for our continuous integration solution. One thing that our previous CI solution had was the ability... »
At work we use Jenkins for our continuous integration setup. As I have mentioned previously I really, really like Jenkins (I blogged about Hudson previously, but we moved... »
The IronPython project is looking at moving and completely using GitHub for all project information: downloads, issues, wiki, etc. The main problem is that IronPython currently... »
It's been a while since I started the set of posts about porting CPython modules to IronPython. I still plan on coming back to this set... »
At my work, we do validation of system on a chip devices. We have our own internal hardware team that designs boards for us to use... »
Part 1 of this series is available here To begin porting a C Python module to IronPython a few things are needed, I will explain how... »
A lot of the work needed to make IronPython into an even more useful piece of software (and citizen in the .NET world), there are still... »
I am working on getting this new blog site up and going. I'm currently using the default WordPress template among other things, which will change in... »
If you actually care to read about my background in music, please check out Music to Code To - Part 1, this port is going to... »
I go through spurts of time where I almost have to be listening to music for the creative coding juices to flow. A great coding song... »
Recently Google released information about the Dart programming language. Google touts it as the best way to overcome the shortcomings of JavaScript. I agree that there... »