forked from IronLanguages/ironpython.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (60 loc) · 3.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: home
class: home columns
---
<div class="section" id="why-iron-language">
<h1>Why IronPython?</h1>
<p>IronPython is an excellent addition to the .NET Framework, providing Python
developers with the power of the .NET framework. Existing .NET developers can
also use IronPython as a fast and expressive scripting language for embedding,
testing, or writing a new application from scratch.</p>
<p>The CLR is a great platform for creating programming languages, and the DLR
makes it all the better for dynamic languages. Also, the .NET framework
(base class library, presentation foundation, Silverlight, etc.) gives
developers an amazing amount of functionality and power.</p>
</div>
<div class="section" id="announcements">
<h1>Announcements</h1>
<div class="strip admonition">
<p class="first admonition-title">December 6, 2014</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/169382">IronPython 2.7.5</a> is now available!</p>
<p>This release includes <tt>ensurepip</tt> and many other fixes.
<p>See <a href="http://blog.ironpython.net/2014/12/ironpython-275-released.html">
the release announcement</a> for details.
</div>
<div class="strip admonition">
<p class="first admonition-title">November 21, 2014</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/115611">IronPython 2.7.5 Release Candidate 1</a> is now available!</p>
<p>See <a href="http://blog.ironpython.net/2014/11/ironpython-275-release-candidate-1.html">
the release announcement</a> for details.
</div>
<div class="strip admonition">
<p class="first admonition-title">May 25, 2014</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/115611">IronPython 2.7.5 Beta 2</a> is now available!</p>
<p>See <a href="http://blog.ironpython.net/2014/05/ironpython-275-beta-2-released.html">
the release announcement</a> for details.
</div>
<div class="strip admonition">
<p class="first admonition-title">September 7, 2013</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/90087">IronPython 2.7.4</a> is now available!</p>
<p>This includes numerous fixes, including several improvements to the
<tt>ast</tt> module and other compatibility fixes.
<p>See <a href="http://blog.ironpython.net/2013/09/ironpython-274-released.html">
the release announcement</a> for details.
</div>
<div class="strip admonition">
<p class="first admonition-title">August 17, 2013</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/106471">IronPython 2.7.4 Release Candidate</a> is now available!</p>
</div>
<div class="strip admonition">
<p class="first admonition-title">July 6, 2012</p>
<p><a class="reference external" href="http://ironpython.codeplex.com/releases/view/81726">IronPython 2.7.3</a> is now available!</p>
<p>This release includes support for the bz2, winsound, and _bisect modules, major improvements
to the _ast module, improvements in Android support, improvements to pyc.py, and a
new console that supports history and tab completion on all platforms.</p>
<p class="last">See <a class="reference external" href="http://blog.ironpython.net/2012/07/whats-new-in-ironpython-273.html">what's new in 2.7.3</a> for more information.</p>
</div>
<div class="download col container">
<a class="reference external" href="announcements/">All IronPython Announcements</a></div>
</div>
</div>