TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hacking S-expressions into Ruby

31 点作者 sonnym大约 10 年前

2 条评论

_mikz大约 10 年前
` puts RubyVM::InstructionSequence.compile(&#x27;[]&#x27;).disasm` points to `newarray` which is YARV instruction: <a href="https://github.com/ruby/ruby/blob/ca6b174078fa15f33655be704d9409fdbc4f9929/insns.def#L423" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ruby&#x2F;ruby&#x2F;blob&#x2F;ca6b174078fa15f33655be704d...</a>
评论 #9120735 未加载
lookatparsetree大约 10 年前
Have a look at <a href="https://github.com/seattlerb/parsetree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seattlerb&#x2F;parsetree</a>
评论 #9124114 未加载