程序员必上的开发者服务平台 —— DevStore
therubyracer 可以让你在 Ruby 程序中嵌入 V8 引擎。
示例代码:
cxt = V8::Context.newcxt.eval('7 * 6') #=> 42