[Python.NET] IronPython
Keith J. Farmer
kfarmer at thuban.org
Wed Dec 10 21:41:11 EST 2003
I would really like to see a compiled Python. I think that would be very useful, but of course would require certain changes. I would be all for strongly-typed public members (leaving the private stuff to its current, variant-ish behavior), with the default being for private membership. I think the CLR allows objects to return their actual type even if passed in as object types, no?
Otherwise, IronPython seems to be the next best thing, and rather exciting. I wonder if he's using the CodeDom to do eval()? I think it would be relatively decent way to go about things. Of course, he could wrap that part of the CPython interpreter...
-----Original Message-----
From: Christian Wilcox [mailto:cawilcox at charter.net]
Sent: Wed 12/10/2003 4:44 PM
Check out http://primates.ximian.com/~miguel/ironpython.
More information about the PythonDotNet
mailing list