Earlier quoted context omitted.
What are Nim’s main weaknesses?
A biggy is that it only really has a single developer, and no big corporate users. And relatedly the library ecosystem is relatively weak. It also has a GC, so it can't be used for really low-level stuff where that is a problem. It's looking pretty promising though. Especially if you are a fan of python's syntax.
You can mix and match manual memory management and GC-managed types in the same codebase.