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

As far as it goes I think it is a pretty fair statement. However it is important to know of other decisions in the language which make it easier for the GC. Particularly, the use of tagged values and a GIL. Tagging makes it simpler to distinguish heap values from other values, and the GIL means that the GC does not need to operate concurrently.


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

Search: