Crowlang / crow

Crow Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reimplement Garbage Collector over Refernce Counting

Bravotic opened this issue · comments

So reference counting has turned out to be much worse than anticipated, basically lets just replace this with old fashioned garbage collection once again.