473,725 Members | 2,127 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

(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 2571
Ray

Sl**********@gm ail.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**********@gm ail.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
15660
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 doesn't seem to be documented. I ask because I want to do groovy prototyping using Jython, and save myself a lot of coding overhead to try something a little out-of-the-box. I have a working directory where all my code lives, and because my app is...
3
2186
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: http://groups.google.com/groups?sourceid=mozclient&ie=utf-8&oe=utf-8&q=super_reload I have been trying to come up with a solution that works for Jython, and so far nothing has worked. I was wondering if anyone has attempted or succeeded in writing such a function for Jython. Thanks,
1
1538
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 the JDK to the "Jython Class Path" of the project, the plug-in no longer finds even my own Java classes. How do I make the plug-in see the JDK classes? I am using Eclipse 3.0.1, Mac OS X 10.3.7, Java 1.4.2_05, Jython 2.1 and Red Robin...
4
3629
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: http://wiki.python.org/moin/JythonProjects. Unfortunately, their statement is a little terse, so I was hoping someone could give us a better idea of what they wanted. As far as I can see, they want us to build an integrated development environment for Jython...
4
1511
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 This release includes many major changes since the last full release: - new-style classes - Java Collections integration
0
977
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
2315
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 here>>. Does anyone have any comments on that statement from personal experience? How is this comparison measured? Thanks
5
3608
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
1107
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 the JVM and provides full access to Java libraries. After a period where the development had slowed, Jython was recently getting seriously back on track. Now it's getting even better ! Don't wait too much ... Jython is very useful RIGHT NOW if...
0
8888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8752
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
9257
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
9113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4519
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
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
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
2
2635
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.