Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Evaluate Scheme in Ruby's virtual machine
(
gist.github.com
)
24 points
by
tenderlove
on Aug 30, 2012
|
hide
|
past
|
favorite
|
2 comments
msds
on Aug 30, 2012
[–]
How is this "Scheme" in any sense of the word? When I look at that code, I see an implementation of something that compiles simple s-exps containing basic arithmetic to ruby byte-code - that sorta misses...everything... that makes Scheme Scheme.
That being said, fun demo.
norswap
on Aug 30, 2012
|
parent
[–]
Also, only runs in one implementation of ruby (YARV).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
That being said, fun demo.