top | item 41116267

(no title)

nikhilsimha | 1 year ago

i personally like nim’s approach to memory management - implicitly refcounted, but exposes clean manual memory management when needed

discuss

order

xigoi|1 year ago

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