Y
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
gus_massa
1030 days ago
Ref counting makes a lot of sense with the description of the OP, and if there are no cycles it's good.
link