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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Python to get Google-backed speedup

158 点作者 mv将近 16 年前

13 条评论

johnnybgoode将近 16 年前
This is a serious question. Can someone explain to me why higher-level languages like Python, Ruby, and JavaScript can't share a fast VM? It doesn't have to be the JVM or .NET, but why is everybody duplicating so much work? I know the Perl guys were moving in this direction, but nobody else seems to be onboard. Even within Google, they have v8 for JavaScript already.
评论 #656590 未加载
评论 #656521 未加载
评论 #656909 未加载
评论 #656579 未加载
评论 #656815 未加载
评论 #656534 未加载
评论 #656503 未加载
bayareaguy将近 16 年前
For people who already know all about Python, LLVM, etc the <a href="http://code.google.com/p/unladen-swallow/wiki/ProjectPlan" rel="nofollow">http://code.google.com/p/unladen-swallow/wiki/ProjectPlan</a> page is more informative.
ghshephard将近 16 年前
My favorite line (buried a few hundred lines deep) --IN 2009 Q3 and Beyond:<p>"In addition, we intend to remove the GIL and fix the state of multithreading in Python."
评论 #656474 未加载
评论 #656537 未加载
sker将近 16 年前
I think the most important point here is not the speedup itself, but the fact that Google is officially backing Python. That'd give Big Corps confidence when adopting the technology.
评论 #656637 未加载
Locke1689将近 16 年前
This is truly very exciting, but the more I see of parallel language development, the more I want to focus on languages like Haskell, which have no side effects and therefore have some substantial implicit parallelization effect. Don't get me wrong, I love Python (and C) but I wouldn't be surprised if we were all using a Haskell derivative in 5 years instead.
评论 #656870 未加载
blhack将近 16 年前
<i>On UNIX/Linux it is also viewed by many as a modern replacement for Perl</i><p>I still have a LOT of perl in use simply because of my hatred of python's regular expressions and I suspect that I'm not the only one...
评论 #656697 未加载
评论 #656499 未加载
kevbin将近 16 年前
More LLVM can't be a bad thing.
yason将近 16 年前
I hope they would incorporate the Stackless Python branch into this one as well.
scorpioxy将近 16 年前
So once the port to LLVM is done, how would that compare to say something like Jython?<p>I always thought(not based on actual experience) that running Jython or IronPython would give you all the mentioned benefits.
epall将近 16 年前
Zope? The most popular web framework? Cool! I had no idea it was still in use that much. Can anybody shed light on who uses it these days?
Adlai将近 16 年前
I'm disappointed that Ruby isn't getting this type of attention. I think that Ruby strikes a good balance by allowing highly readable code like Python, but tolerating denser syntax for when you don't feel like talking to a 3-year-old.<p>However, it is good that Google is putting it's weight behind this project, because anybody who uses anything built on Python (which has weaseled its way into virtually everything nowadays) is going to experience a performance boost.
评论 #656654 未加载
评论 #657589 未加载
TweedHeads将近 16 年前
Python would be perfect if it wasn't for the underscores that plague its syntax.<p>I __hate__ that
评论 #656837 未加载
c00p3r将近 16 年前
investing in "new visual basic"...