473,385 Members | 1,673 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

(semi-troll): Is Jython development dead?

Is Jython development dead or has it just seemed that way for over a
year?. The jython.org website has a recent new appearance (but no new
content) and there is some message traffic on the developer site at
Sourceforge. However nothing has been released for over a year (i.e.
no support for Python 2.3, 2.4 or 2.5). Is seems that IronPython may
have a better future than Jython.

I know this is a bit of a troll but I'm concerned about choosing Jython
as the basis for a cross platform test scipt execution environment.
Does anyone know if a Jython update is imminent?

- Sloan

Oct 10 '06 #1
3 2534
Ray

Sl**********@gmail.com wrote:
Is Jython development dead or has it just seemed that way for over a
year?. The jython.org website has a recent new appearance (but no new
content) and there is some message traffic on the developer site at
Sourceforge. However nothing has been released for over a year (i.e.
no support for Python 2.3, 2.4 or 2.5). Is seems that IronPython may
have a better future than Jython.

I know this is a bit of a troll but I'm concerned about choosing Jython
as the basis for a cross platform test scipt execution environment.
Does anyone know if a Jython update is imminent?
There was a time when Jython walked like the dead and quacked like the
dead but if you dared calling it dead or asking whether it was really
dead you'd be admonished that it was open source and you should've just
gone to the repository and hack some Jython code. (Or the ever popular
response: that Jython 2.1 works <insert some nice-sounding adjective
here, e.g.: beautifully, perfectly, etc.>, so why bother asking about
2.2 and beyond?).

Also, thankfully, it's picking up again, thanks to Frank Wierzbicki,
et. al.--just check out the jython-dev mailing list, seems that new
bloods are coming in. AFAIK they're trying to get a release for 2.2
ASAP, then from there go to other versions--I think there was even a
talk about jumping versions (e.g.: probably skipping 2.3 or something)
somewhere in the list... I'm not sure how it was concluded though.
Personally after 2.2 is out I think they might as well jump to 2.5
straightaway.

So, what is your main concern here that 2.1 doesn't address? Because if
your concern is that you're using a dead thing as your environment,
it's rising from the dead. But if your concern is that you want to use
features in Python 2.4 in Jython, might as well look for other
solutions--it'll be some time before a version that supports that comes
out.
>
- Sloan
Oct 10 '06 #2
Ray wrote:
Sl**********@gmail.com wrote:
>>Is Jython development dead or has it just seemed that way for over a
year?. The jython.org website has a recent new appearance (but no new
content) and there is some message traffic on the developer site at
Sourceforge. However nothing has been released for over a year (i.e.
no support for Python 2.3, 2.4 or 2.5). Is seems that IronPython may
have a better future than Jython.

I know this is a bit of a troll but I'm concerned about choosing Jython
as the basis for a cross platform test scipt execution environment.

>>Does anyone know if a Jython update is imminent?


There was a time when Jython walked like the dead and quacked like the
dead but if you dared calling it dead or asking whether it was really
dead you'd be admonished that it was open source and you should've just
gone to the repository and hack some Jython code. (Or the ever popular
response: that Jython 2.1 works <insert some nice-sounding adjective
here, e.g.: beautifully, perfectly, etc.>, so why bother asking about
2.2 and beyond?).

Also, thankfully, it's picking up again, thanks to Frank Wierzbicki,
et. al.--just check out the jython-dev mailing list, seems that new
bloods are coming in. AFAIK they're trying to get a release for 2.2
ASAP, then from there go to other versions--I think there was even a
talk about jumping versions (e.g.: probably skipping 2.3 or something)
somewhere in the list... I'm not sure how it was concluded though.
Personally after 2.2 is out I think they might as well jump to 2.5
straightaway.

So, what is your main concern here that 2.1 doesn't address? Because if
your concern is that you're using a dead thing as your environment,
it's rising from the dead. But if your concern is that you want to use
features in Python 2.4 in Jython, might as well look for other
solutions--it'll be some time before a version that supports that comes
out.
As a PSF director I might add that the Foundation has certainly tried to
encourage onward development of Jython, and would like to continue doing
so: it's healthy to have an ecosystem of different implementations, and
Jython represents great visibility for Python in the Java world.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://holdenweb.blogspot.com
Recent Ramblings http://del.icio.us/steve.holden

Oct 10 '06 #3

Ray wrote:
>
So, what is your main concern here that 2.1 doesn't address? Because if
your concern is that you're using a dead thing as your environment,
it's rising from the dead. But if your concern is that you want to use
features in Python 2.4 in Jython, might as well look for other
solutions--it'll be some time before a version that supports that comes
out.
And that is exactly the point. I've had a couple of
inquiries about Jython support in PyFIT, and I've
had to say that it simply isn't supported. The latest
point release requires Python 2.3, and 2.4 will be
required in the next year or so.

John Roth
Python FIT
>


- Sloan
Oct 10 '06 #4

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

Similar topics

5
by: Tennessee James Leeuwenburg | last post by:
Hi all, Sorry for the newb question, but Googling and FAQing didn't work. Is it correct that Jython can only access Java classes which are inside JAR archives in the JYTHON_HOME directory? IT...
3
by: Dave Benjamin | last post by:
There have been several discussions here about how to write a reload() function that works for classes as well as modules: ...
1
by: Henri Sivonen | last post by:
I am trying to set up the Red Robin Jython Development Tools for Eclipse. It finds the Python libraries of Jython and my own jars. It does not find the JDK classes. If I try to add classes.jar from...
4
by: Nadeem Mohsin | last post by:
Me and a couple of friends have been thinking of doing something involving Python for our final year undergrad project. We're considering the first idea mentioned on this page:...
4
by: Ramza Brown | last post by:
This is an update from Brian Zimmer of the Jython group, new release: "There is a new release of Jython available at Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=12867 ...
0
by: aprasad21k | last post by:
Don't seem to see much progress in getting out a new version of Jython. The last beta was out in March 2005. When will a final release be made?
19
by: Chris Brat | last post by:
I've seen a few posts, columns and articles which state that one of the advantages of Python is that code can be developed x times faster than languages such as <<Insert popular language name...
5
by: sarup26 | last post by:
Hello .. I would like to know more about Python and Jython? What is the difference between both of them? What is the future for Jython and which are the areas where it is used? Swot
2
by: =?ISO-8859-1?Q?S=E9bastien_Boisg=E9rault?= | last post by:
Frank Wierzbicki and Ted Leung have been hired by Sun. Frank is a key Jython developer and is specifically hired to work full time on Jython, a version of the Python interpreter that runs on top of...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.