|
|
|
|
|
by DeathArrow
1495 days ago
|
|
Nim allows you to chose what memory management method you want to use in a particular piece of software. It can be one of various garbage collectors, reference counting or even no memory management. It allows you to use whatever suits your needs. |
|
No memory management in Nim equals no memory safety guarantees. Or no? Well in that case the statement above is true.