This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Jython/Python and the fly likes Jython Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » Jython/Python
Reply Bookmark "Jython" Watch "Jython" New topic
Author

Jython

Burk Hufnagel
Ranch Hand

Joined: Oct 01, 2001
Posts: 609
As far as the feature sets go, what's the difference between Jython and Python? Also, does anyone here know whether the intent is to bring the two closer together or just let them continue to diverge?
Thanks,
Burk


SCJP, SCJD, SCEA 5 "The only rules that really matter are these: what a man can do and what a man can't do." Captain Jack Sparrow
Robert W Bill
Author
Greenhorn

Joined: Apr 08, 2002
Posts: 21
As far as I know, any divergence is minimal, and potentially shrinking. Yes, there's a small lag in the Jython version compared to the current Python release version. Otherwise, Jython strives to be as close to Python as possible.
There is a tangible list of differences among Jython's docs.
Burk Hufnagel
Ranch Hand

Joined: Oct 01, 2001
Posts: 609
That's good news. I haven't looked at either of them in way too long, but I seem to remember some kind of core difference... maybe something to do with the different way memory is allocated in C/C++ and Java.
Does that ring any bells?
SoonAnn Lim
Ranch Hand

Joined: Jun 21, 2001
Posts: 155
This may not true at all but it is what i think. In my opinion, if you are able to code in python and java, you may see jython as python that allows you to use java features in scripting language without losing any funcitonality that python has.
Matthew X. Brown
Ranch Hand

Joined: Nov 08, 2000
Posts: 165
http://www.jython.org/docs/differences.html
here are the differences between the C and java implementations
Burk Hufnagel
Ranch Hand

Joined: Oct 01, 2001
Posts: 609
Mathew,
Thanks for the link!
Burk
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Jython
 
Similar Threads
Any Resources for Jython ?
Jython
Jython?
Jython to Java
Hello