TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Jython 2.7.0 Final Released

120 点作者 wasi0013大约 10 年前

10 条评论

616c大约 10 年前
So we read a lot on HN about how JRuby has taken off, in terms of Chris Seaton&#x27;s work with Truffle, Graal, and dynamicinvoke research for Java. JRuby, with efforts by him and sepearate work by others, has shown that jokes aside, porting successful languages or language styles to Java (JRuby, Clojure, Scala, and others) has real benefits. I mean even if you hate Java&#x2F;JVM stuff, you can use paradigms and tools, partially or completely, on a stack you hate. For some of us that is a godsend, and I think it shows how cool open source programming is, where people are porting whole runtimes and languages to mix-match for their pleasure.<p>Now, with that in mind, I heard a long time ago, and it might be utter BS that Jython is way behind JRuby in terms of community, and very fairly, not as performant or robust bc there are only so many eyes for shallow bugs. Is this true? I see geovizer and others are making use of it, but others using it to good effect and it is worth their while?<p>I am now studying Java academically, and played with Python for years. The idea of doing Django-REST-Framework on Jython instead of learning Rails-API for JRuby as trial by fire exercise, at least in my mind, is more appealing. So anyone know how realistic this is?
评论 #9532558 未加载
评论 #9532755 未加载
评论 #9533821 未加载
评论 #9533219 未加载
geovizer大约 10 年前
I wanted to say &quot;thanks&quot; to the Jython team. I&#x27;ve been using Jython for a few years for a project (called STempo) that uses Java and Python. Jython has been a great bridge between them, we have run into a number of issues in the project but Jython has always been solid. The senior faculty on our project knows Python but not Java and she can happily develop in CPython and it always works fine when I bring it into Java-land (assuming no dependencies written in C have crept in). Bravo and thanks!
wilsonfiifi大约 10 年前
Awesome news! I hope this gets officially integrated into Vert.x 2&#x2F;3 [0][1].<p>[0] <a href="http:&#x2F;&#x2F;vertx.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;vertx.io&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;rdolgushin&#x2F;mod-lang-jython" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rdolgushin&#x2F;mod-lang-jython</a>
pc2g4d大约 10 年前
I&#x27;m glad to see Jython make this progress. Unfortunately, it&#x27;s still nearly 5 years behind Python itself---Python 2.7 was released in July 2010.[1] The leap to 2.7 is a huge deal, though, as that&#x27;s the &quot;gold standard&quot; for Python 2 these days.<p>[1]: <a href="https:&#x2F;&#x2F;www.python.org&#x2F;download&#x2F;releases&#x2F;2.7&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.python.org&#x2F;download&#x2F;releases&#x2F;2.7&#x2F;</a>
julienchastang大约 10 年前
Is anyone working on Jython integration with project Jupyter?
ericfrederich大约 10 年前
Congrats! Very useful project. I chatted with one of the main developers on freenode and he was very helpful. I was trying to get Jython working better with RPyC which turns out to be a nice way to integrate CPython with Java libraries.
gchp大约 10 年前
I read this as &quot;finally released&quot; :D
FreezerburnV大约 10 年前
Congratulations to the Jython team! I do have one question though which I can&#x27;t seem to find a recent answer for: How&#x27;s the performance of Jython these days? Especially with the 2.7.0 release. The most recent answers I could find on Google were for 2.5 from a few years back which said it was about comparable with CPython. (if that&#x27;s still the case, that&#x27;s fine, I&#x27;m just curious about that as Jython could make a nice scripting language on top of a Java project and I&#x27;d like to be able to keep performance considerations in mind)
评论 #9532429 未加载
评论 #9532098 未加载
评论 #9532282 未加载
wlievens大约 10 年前
Now all we need is ctypes support :-)<p>Get cracking Stefan!
iso8859-1大约 10 年前
this is old news, it&#x27;s from May 3.
评论 #9532041 未加载