Y
Hacker News
new
|
ask
|
show
|
jobs
by
michaelochurch
4766 days ago
It does sound cool, and it's no small undertaking. A high-level language like a Lisp requires GC, for one example.
It'll be neat to see what he comes up with.
2 comments
RodgerTheGreat
4766 days ago
GC doesn't have to be terribly complex:
https://gist.github.com/JohnEarnest/4522067
link
jjs
4766 days ago
You can prototype with the null-GC until you run out of memory...
link