We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed last year.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您可以尝试 pyv8 - Google 的带有 Python 绑定的 v8 引擎。
You can try pyv8 - Google's v8 engine with Python bindings.
尝试 Qt 库中的 QtScript:
Try QtScript, from the Qt library:
之前的讨论是关于将各种语言嵌入到 PHP 中的。
回复:特别是Javascript,提到了Pecl Spidermonkey;否则,没有太多选择。
There's a previous discussion on embedding various languages into PHP.
re: Javascript in particular, Pecl Spidermonkey is mentioned; otherwise, not much to choose from.
目前有适用于 PHP5.3.3+ 的 v8js-0.1.3 (beta) pecl 包
您可以像这样轻松安装它(debian/ubuntu):
我对 pecl 软件包使用 _pecl 前缀。当然,您可以根据需要删除或更改它。
At now there is v8js-0.1.3 (beta) pecl package for PHP5.3.3+
You can easily install it like that (debian/ubuntu):
I've using _pecl prefix for pecl packages. Of course you can remove or change it as you wish.