`
linkerlin
  • 浏览: 33770 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

Python + V8 =PyV8

阅读更多

研究pyjamas的时候发现一下的文字:

 

Combining PyJS and PyV8 to produce an Optimising Python Compiler

----------------------------------------------------------------

 

pyjs.py is a stand-alone python-to-javascript.  PyV8 provides python

bindings to the V8 Javascript Execution library, which provides fast

JIT-compiled x86 and ARM assembler of a javascript application.

 

Combining the two back-to-back would logically provide a way to

compile python scripts to x86 or ARM assembler, resulting in a competitor

to Psyco with the added advantage of supporting ARM CPUs.

 

简而言之,pyv8就是V8的Python绑定。

0
7
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics