JavaScript 到 Ruby 翻译框架
有人知道这样的框架吗?最好是一个开源项目,但首先,任何东西都可以。谷歌搜索结果毫无结果。
Anyone know of such a framework? Preferably an open-source project, but first, anything at all. A google search proved fruitless.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Tenderlove 的工作原理如下: https:// /tenderlovemaking.com/2007/04/15/converting-javascript-to-ruby-with-rkelly.html
但最后一个版本是 2009 年在 rubyforge 上发布的,也许它已经死了
Tenderlove works on something like that: https://tenderlovemaking.com/2007/04/15/converting-javascript-to-ruby-with-rkelly.html
But the last version was in the 2009 on the rubyforge and maybe it's dead
不幸的是,另一个答案中的链接已损坏,但我已经写了 另一个翻译器,用于将一小部分 JavaScript 转换为 Ruby。
这是 JavaScript 中的函数:
这是翻译器在 Ruby 中的输出:
Unfortunately the link in the other answer is broken, but I have written another translator to convert a small subset of JavaScript into Ruby.
This a function in JavaScript:
and this is the translator's output in Ruby: