Is IronPython real Python?

J

jmDesktop

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.
 
M

Mike Driscoll

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
 
B

Benjamin

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.

CPython is main implementation. The other implementations, PyPy,
Jython, and IronPython, are always playing catchup to CPython, so you
can't expected the latest CPython features in all the implementations.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top