Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That doesn't look like sufficient runtime code. That paper quite explicitly avoids implementing a garbage collector, among other things.


Here's the complete runtime of my garbage-collected self-hosting Lisp-to-C compiler: https://github.com/darius/ichbins/blob/master/ichbins.scm#L2...

(Yes, it's not the world's fastest.)


A simple reference counted implementation with cycle collector is not a big deal to implement, nor a substantial effort.

It might perform like a dog, but that is another matter.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: