当打算使用 MacRuby AOT 编译 ruby 脚本时,语言有什么限制吗?
我正在考虑使用 MacRuby,并且对其 AOT 将 ruby 代码编译为可执行文件的能力感兴趣。我想知道这是否以任何方式对代码施加限制?是否有受支持的 ruby 子集,或者我可以继续执行我想要的所有元魔法并且仍然编译代码 AOT 吗?
I am looking into using MacRuby and am interested in it's ability to AOT compile ruby code down to an executable. I am wondering though whether this places a restriction on the code in any way? Is there a subset of ruby which is supported or can i go ahead and perform all the meta-magic i want and still have the code AOT compiled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢苹果名声大噪的 Laurent Sansonetti:
是的,AOT 编译器应该完全支持 Ruby 语言。如果你
发现编译时不起作用的东西,这是一个错误:) 请
报告它们,我们将修复它们。
Thanks to Laurent Sansonetti of apple fame:
Yes, the AOT compiler should fully support the Ruby language. If you
find something that does not work when compiled, it's a bug :) Please
report them and we will fix them.