473,805 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IronPython 0.7 released!

27 2844
François Pinard emailed me that my posting of the link with no
explanation appeared rude.

So here is a some information.

--------------------------------------------------------

IronPython is a Python implementation targeting the .NET and Mono
platforms from the same person who brought us Jython, Jim Hugunin. MS
hired Jim since the first release (0.6) and this is the first and
eagerly awaited release since then.

Now if I hear something about the state of StarKiller, it would make my
day complete :-).
From the release....


IronPython is the code name of the early pre-alpha preview release of
the new Implementation Running on .NET of the Python programming
language. The .NET Framework is a managed programming model for
Windows; Microsoft standardized part of it in ECMA several years ago
as the Common Language Infrastructure and C# Language Specification
standards.

IronPython is fast - up to 1.8x faster than Python-2.4 on the standard
pystone benchmark. It supports an interactive interpreter with fully
dynamic compilation. It is well integrated with the rest of the
framework and makes all .NET libraries easily available to Python
programmers.

IronPython 0.7 is a pre-alpha release. It is suitable for experimenting
and playing with; however, a large amount of testing, packaging and
library development remains to be done before a production-quality
IronPython-1.0. We want to be sure to release IronPython in this early
state in order to encourage feedback and discussion in the community of
IronPython's features and designs as early as possible so that we can
incorporate that into the 1.0 design.

Also see
Boo
Boo is a new object oriented statically typed programming language for
the Common Language Infrastructure with a python inspired syntax and a
special focus on language and compiler extensibility.
http://boo.codehaus.org/

Python for .NET
Python for .NET is a near-seamless integration of the Python runtime
with the .NET Common Language Runtime (CLR). It lets you script and
build applications in Python, using CLR services and components written
in any language that targets the CLR (C#, Managed C++, VB.NET, etc.).
www.zope.org/Members/Brian/PythonNet

James.

Jul 18 '05 #2
Hi !
I am curious :

1) I can't download the file ("error in the GotDotNet system").
2) On http://ironpython.com, there are no new version
@-salutations
--
Michel Claveau

Jul 18 '05 #3
>>>>> "fphsml" == James <fp****@gmail.c om> writes:

fphsml> http://www.gotdotnet.com/workspaces/...0-57ac5a3a9742

Apparently they are also going to put out a release every 2 weeks
until 1.0 is out. Great news for those who were afraid the project is
dead due to silence...

--
Ville Vainio http://tinyurl.com/2prnb
Jul 18 '05 #4
Do Re Mi chel La Si Do wrote:
Hi !
I am curious :

1) I can't download the file ("error in the GotDotNet system").
2) On http://ironpython.com, there are no new version


I'm also a bit puzzled that www.ironpython.com has no mention of this
release.
Curious that J Hugunin didn't announce it himself.
--
Robin Becker
Jul 18 '05 #5
Robin Becker wrote:
Do Re Mi chel La Si Do wrote:
Hi !
I am curious :

1) I can't download the file ("error in the GotDotNet system").
2) On http://ironpython.com, there are no new version


I'm also a bit puzzled that www.ironpython.com has no mention of this
release.
Curious that J Hugunin didn't announce it himself.

Jim Hugunin announced it himself in a keynote at PyCon. You can read a lot
about it on Python centric blogs - just one example:
http://www.postneo.com/2005/03/23/keynote-ironpython

--
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://www.odahoda.de/
Jul 18 '05 #6
Benjamin Niemann wrote:
Robin Becker wrote:

.......
I'm also a bit puzzled that www.ironpython.com has no mention of this
release.
Curious that J Hugunin didn't announce it himself.


Jim Hugunin announced it himself in a keynote at PyCon. You can read a lot
about it on Python centric blogs - just one example:
http://www.postneo.com/2005/03/23/keynote-ironpython

well that's nice, but I don't do blogs and certainly don't do M$
Passport logins which it seems the gotdotnet site requires.

--
Robin Becker
Jul 18 '05 #7

James wrote:

http://www.gotdotnet.com/workspaces/...0-57ac5a3a9742

This is what I get when I follow this link:
"Operationa l Troubleshooting in Progress"

I've been visiting ironpython's site all day long searching for news
but nothing...
Has anyone managed to download the new release?
If so please, would you email it to me at luismgz at gmail.com ??

Jul 18 '05 #8
>>>>> "Robin" == Robin Becker <ro***@SPAMREMO VEjessikat.fsne t.co.uk> writes:

Robin> well that's nice, but I don't do blogs and certainly don't

You don't need to "do" much - just go to planetpython.or g

--
Ville Vainio http://tinyurl.com/2prnb
Jul 18 '05 #9
Robin Becker <ro***@SPAMREMO VEjessikat.fsne t.co.uk> writes:
Benjamin Niemann wrote:
Robin Becker wrote:

......
I'm also a bit puzzled that www.ironpython.com has no mention of this
release.
Curious that J Hugunin didn't announce it himself.

Jim Hugunin announced it himself in a keynote at PyCon. You can read
a lot
about it on Python centric blogs - just one example:
http://www.postneo.com/2005/03/23/keynote-ironpython

well that's nice, but I don't do blogs and certainly don't do M$
Passport logins which it seems the gotdotnet site requires.


Robin - we're too old for blogs ;-)

But I could download the thingie with Mozilla without logging in into
somewhere - although the bug tracker seems to require login.

Thomas
Jul 18 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

82
3447
by: Neuruss | last post by:
IronPython is currently at a pre-alpha stage suitable for experimentation but not for serious development work. http://www.ironpython.com
8
1413
by: Luis M. Gonzalez | last post by:
IronPython 0.9 Released(8/2/2005 10:28:41 AM) http://www.microsoft.com/downloads/details.aspx?familyid=cf5ae627-5df1-4f8a-ba8b-d64f0676f43f&displaylang=en
3
5366
by: Carl Johan Rehn | last post by:
What is the difference between CPython, Python for .NET, and IronPython? For example, if I'm running IronPython, can I access modules such as Numeric and numarray? As I understand it, interoperability with C# and .NET works in both directions with IronPython, but CPython modules cannot be imported, or? With Python for .NET I can import the .NET Framework and continue using CPython modules, or?
3
2522
by: Sanghyeon Seo | last post by:
I took some time to write this HOWTO: http://sparcs.kaist.ac.kr/~tinuviel/fepy/howto/simplehttpserver-ironpython-mono-howto.html IronPython seems to get much less interest than it deserves. This howto shows how to setup IronPython to use with Mono on Linux and how to rebuild IronPython from source. It also discusses various patches to current problems. It also shows that IronPython can run SimpleHTTPServer today, not a trivial...
9
1289
by: Luis M. González | last post by:
Check it out: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
2
2218
by: tkpmep | last post by:
I'm looking forward to the release IronPython, primarily for its IDE. I currently use scipy and pyExcelerator to crunch numbers and write them to Excel: does can these packages be used with IronPython as well? Thanks in advance Thomas Philips
7
3600
by: sanxiyn | last post by:
Skip wrote: For those of us who have never used IronPython or Mono, is there a quick start document laying about somewhere? It wasn't clear to me where to even look. Okay, here we go: 1. Download IronPython Go to http://www.codeplex.com/IronPython. Click Releases tab. Click
9
2137
by: Claudio Grondi | last post by:
(just wanted to share my experience with IronPython 1.0) The context: C:\IronPythonipy.exe IronPython 1.0.60816 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved. vs. C:\Python24python.exe Python 2.4.2 (#67, Sep 28 2005, 12:41:11) on win32
2
5637
by: Troels Thomsen | last post by:
Hello , When an exeption occurs in a IronPython executet script, and I print the sys.exc , i get something ugly like the example below. How can I get the fileName and line number? Thx in advance Troels
0
9596
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10356
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9179
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7644
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6874
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5676
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.