[IronPython] pybench results for CPython and IronPython

For me, the difference between python’s dynamicity and Boo is simply
that python allows for a more exploratory way of development.

One of things that I have come to absolutely *LOVE* about IronPython is the interactive capabilities the ‘intellisensed’ console facilitates. Programming in “real-time” (AKA Read Evaluate Print Loop, or REPL) as opposed to statically compiling an application to then run the result has got to be the most powerful programming pattern we dev folk have in our development tool bags. Until just now, however, I hadn’t thought of it in terms of “Exploratory Programming”, but Luis has nailed it right on the head, as that’s exactly what progamming in Python and/or any other dynamic language-based development environment is all about.

Nice!