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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

So....Python on iPad/iPhone/iPod/iWhatever?

20 点作者 btnpushnmunky超过 14 年前
Think so with the relaxed restrictions? Pygame games would be spectacular....

2 条评论

jawee超过 14 年前
I've heard some Python developers mention using Jython as a way to do this.. simple write in mostly normal Python and compile to Java bytecode.. <a href="http://www.jython.org/" rel="nofollow">http://www.jython.org/</a><p>Be curious to know if it has been done already and if so, how well it works.
评论 #1677038 未加载
akrymski超过 14 年前
python interpreter can be embedded inside an objective C app quite easily, like lua. embedding a java VM is a lot harder.