六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 42|回复: 0

Python + V8 =PyV8

[复制链接]

升级  2%

11

主题

11

主题

11

主题

秀才

Rank: 2

积分
53
 楼主| 发表于 2013-1-29 09:36:49 | 显示全部楼层 |阅读模式
研究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绑定。
您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表