Hacker News new | ask | show | jobs
by Maxatar 774 days ago
Nim is not memory safe and doesn't technically claim to be. What they claim is to provide memory safe features, but then so does C++ and a lot of other languages.
1 comments

I didn't understand what you meant. Nim has GC by default. It does support pointers, but then Rust does too.