vilterp / hobbes

an interpreted dynamic language. Philosophy: minimalist and sensible like Python, but everything's an object like Ruby and Smalltalk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Garbage Collection

vilterp opened this issue · comments

just reference-count-based for now (probably forever)

should number constants be garbage collected? They'll have to be removed from intConstants or floatConstants as well as objects, and from any scopes that refer to them...