Hi Emmanuel,<div><br></div><div>The basic differences are highlighted in several discussions like </div><div><br></div><div><a href="http://stackoverflow.com/questions/1168914/ironpython-vs-python-net">http://stackoverflow.com/questions/1168914/ironpython-vs-python-net</a></div>
<div><br></div><div><a href="http://stackoverflow.com/questions/1168914/ironpython-vs-python-net"></a>In short IronPython is a complete managed implementation of Python interpreter in .NET (developed parallel to the regular Python or CPython), just like Jython. Python for .NET on the other hand is a .NET wrapper around the CPython interpreter providing access to the CPython from .NET application and back. There are differences in implementation (e.g. no GIL in IronPython) and in the accessibility of the libraries (no access to the C libraries from IronPython out of box). </div>
<div><br></div><div>I am also interested in any hints to the roadmaps of the both products. IronPython seem to be more mature, but it is also way more effort than Python for .NET. So far I have difficulties to choose strategically for either one as both are lagging behind the solid community of CPython. Comments are more than welcome!<br>
<br><div class="gmail_quote">2011/1/10 Emmanuel Lambert <span dir="ltr">&lt;<a href="mailto:emmanuel.lambert@intec.ugent.be">emmanuel.lambert@intec.ugent.be</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear all,<br>
<br>
I was wondering : what is the difference between PythonDotNet and<br>
IronPython? It looks like IronPython is rapidly becoming a maturing<br>
implementation for the .NET platform, with also a plugin for Visual<br>
Studio becoming available : <a href="http://ironpython.net/" target="_blank">http://ironpython.net/</a><br>
<br>
The distinction between the two implementations, future roadmaps, etc,<br>
is not clear to me. Any comments are welcome...<br>
<br>
regards<br>
Emmanuel<br>
<br>
<br>
_________________________________________________<br>
Python.NET mailing list - <a href="mailto:PythonDotNet@python.org">PythonDotNet@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythondotnet" target="_blank">http://mail.python.org/mailman/listinfo/pythondotnet</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>oleksii<br>
</div>