Hacker News new | ask | show | jobs
by _a_a_a_ 1030 days ago
It's an interpreter rather than a compiler, and looking at the code it seems to use ref counting
1 comments

Ref counting makes a lot of sense with the description of the OP, and if there are no cycles it's good.