Questions on 64 bit versions of Python

Mike Driscoll kyosohma at gmail.com
Fri Jul 25 08:57:47 EDT 2008


On Jul 25, 5:52 am, Fredrik Lundh <fred... at pythonware.com> wrote:
> M.-A. Lemburg wrote:
> >> 4. Is there a stable version of IronPython compiled under a 64 bit
> >> version of .NET? Anyone have experience with such a beast?
>
> > Can't comment on that one.
>
> Should that matter?  Isn't IronPython pure CLR?
>
> </F>

IronPython is written in C# and runs in/with the CLR, if that's what
you mean. Well, IronPython one works with the CLR and is equivalent to
Python 2.4, whereas IronPython 2 works with the DLR and is equivalent
to Python 2.5

Mike



More information about the Python-list mailing list