Hacker News new | ask | show | jobs
by nikhilsimha 692 days ago
i personally like nim’s approach to memory management - implicitly refcounted, but exposes clean manual memory management when needed
1 comments

Also it automatically uses a tracing GC for cyclic types to avoid leaks (but this can be turned off per type or globally).