[IronPython] C# replacement wrapper for ipy.exe

Brian Curtin brian.curtin at gmail.com
Tue Mar 22 20:16:54 CET 2011


On Tue, Mar 22, 2011 at 14:06, Doug Blank <doug.blank at gmail.com> wrote:

> I'm using the following C# code as a replacement for "ipy.exe
> myscript.py". One reason for doing this is that this can be run in the
> background on Unix/Mac OSX under Mono, whereas ipy.exe can not. I
> don't know if there are other reasons, or if there are speed
> differences.


http://hg.python.org/benchmarks contains numerous benchmarks which include
interpreter startup testing. You could get away with a simple loop of a few
thousand startups of ipy and your wrapper, but the benchmark suite does some
math for you and generates charts at the end.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110322/a9ce12b9/attachment.html>


More information about the Ironpython-users mailing list