head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.10.25.22.36.44;	author bapt;	state dead;
branches;
next	1.1;

1.1
date	2004.07.29.06.10.47;	author perky;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 306407 on 2012-10-25 22:36:44Z by bapt

2012-10-20 lang/ironpython: No more public distfiles
2012-10-20 lang/cu-prolog: No more public distfiles
2012-10-20 japanese/stardict-dict-ja: No more public distfiles
2012-10-20 japanese/otojiro-fpw: No more public distfiles
2012-10-20 japanese/hex: No more public distfiles
2012-10-20 japanese/gxditview: No more public distfiles
2012-10-20 graphics/view3ds: No more public distfiles
2012-10-20 graphics/photoclip: No more public distfiles
2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4
2012-10-20 graphics/kphotoalbum: No more public distfiles
2012-10-20 graphics/jpegpixi: No more public distfiles
2012-10-20 graphics/gimp-manual-pdf: No more public distfiles
2012-10-20 graphics/exifprobe: No more public distfiles

Feature safe:	yes
@
text
@IronPython is a new Python implementation targeting the .NET and
Mono platforms. It is...

* Fast - IronPython-0.6 is up to 1.7x faster than Python-2.3 on the
standard pystone benchmark.  An early performance report is are
contained in this paper for PyCon 2004.

* Integrated with the Common Language Runtime - IronPython code can
easily use CLR libraries and Python classes can extend CLR classes.

* Fully dynamic - IronPython supports an interactive interpreter
and transparent on-the-fly compilation of source files just like
standard Python.

* Optionally static - IronPython also supports static compilation
of Python code to produce static executables (.exe's) that can be
run directly or static libraries (.dll's) that can be called from
other CLR languages including C#, VB, managed C++ and many more.

* Managed and verifiable - IronPython generates verifiable assemblies
with no dependencies on native libraries that can run in environments
which require verifiable managed code.

WWW: http://www.ironpython.com/
@


1.1
log
@Add new port for IronPython 0.6,
a new Python implementation for .NET platforms.
@
text
@@

