|
|
|
|
|
by DeathArrow
1701 days ago
|
|
Nim has multiple memory management strategies and you can pick any. A few types of garbage collectors, reference counting and manual memory management.[1] Nim is less verbose than Go and more expressive. [1] https://nim-lang.org/docs/gc.html |
|