TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Hacking S-expressions into Ruby

31 pointsby sonnymabout 10 years ago

2 comments

_mikzabout 10 years ago
` 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 未加载
lookatparsetreeabout 10 years ago
Have a look at <a href="https://github.com/seattlerb/parsetree" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;seattlerb&#x2F;parsetree</a>
评论 #9124114 未加载