Differences between revisions 8 and 41 (spanning 33 versions)
Revision 8 as of 2006-04-11 13:49:34
Size: 1794
Editor: lynanda
Comment:
Revision 41 as of 2013-06-27 12:14:37
Size: 178
Editor: EdwardoBa
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== IronPython ==

IronPython is [http://hugunin.net/index.html JimHugunin's] implementation of Python on the .NET CLR.

The project has a [http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742 workspace] where you can get news and download the latest version. An older site, http://ironpython.com/ appears to be unmaintained. (He didn't have enough time to do it properly without funding -- so Microsoft hired him. As of January 2006, Microsoft has released a Beta version, and the expectation is betas roughly every three weeks, and a final
within 10 betas.)

Early results are promising, showing great performance, even better than CPython 2.3 on the Pystone benchmark, but remember this is an early prototype, not a full implementation.

These results caused a flurry of discussion, which has since died down, pending more information from Jim.
 * http://www.python.org/~jeremy/weblog/031209a.html
 * http://www.hole.fi/jajvirta/weblog/20031210T0901.html
 * http://primates.ximian.com/~miguel/archive/2003/Dec-09.html

== Other Python-Like Languages for .NET/Mono ==

Some other Python-like languages for .NET and Mono include:
 * BooLanguage - Syntax is very similar to Python's, yet the language is statically compiled. It implements many features that have been suggested for ["Python3.0"]. See [http://boo.codehaus.org/Gotchas+for+Python+Users Gotchas for Python Users] for specific comparisons between boo and CPython.
 * [http://www.prothon.org/ Prothon] - now defunct

== Accessing .NET from CPython ==

[http://www.zope.org/Members/Brian/PythonNet/index_html Python for .NET] is the reverse of IronPython, it lets you access .NET assemblies from CPython.


----

See also: PythonAndParrot, LoGix, IronPython IDE
My name is Edwardo (24 years old) and my hobbies are Golf and Drawing.<<BR>>
<<BR>>
Here is my web blog; [[http://dengarten.com/verpackung-pflanzen-fur-den-versand/|versand]]

My name is Edwardo (24 years old) and my hobbies are Golf and Drawing.

Here is my web blog; versand

IronPython (last edited 2022-09-25 12:38:41 by HuntBlanchat)

Unable to edit the page? See the FrontPage for instructions.