Is IronPython real Python?

Mike Driscoll kyosohma at gmail.com
Mon Mar 24 13:44:53 EDT 2008


On Mar 24, 12:00 pm, jmDesktop <needin4mat... at gmail.com> wrote:
> I know that IronPython and CPython are different in that one does not
> use the .net framework, but are they both really the same Python
> language.  From my basic understanding, it will depend on what the
> programmer's goal is as to which of the two would be used, but I
> didn't know if they were really the same language.

I would say that they're mostly the same. IronPython allows the
developer to use any of the .NET libraries within their Python
program, much like Jython allows Python to import Java libraries.

The main IronPython website has a wiki that outlines the differences:

http://www.codeplex.com/IronPython/Wiki/View.aspx?title=Differences&referringTitle=Home

Mike



More information about the Python-list mailing list