Hacker News new | ask | show | jobs
by keithasaurus 15 days ago
The memory management model is automatic reference counting, with some optimizations, such as perseus for compile time reference counting where possible, and copy-on-write at runtime.