Whenever I see a new project my first question is always "why?". From the FAQ: Why yet another programming language? Nim is one of the very few programmable statically typed languages, and one of the even fewer that produces native binaries that require no runtime or interpreter. That's it? That doesn't answer the question at all. In fact, it makes it even less clear. All it says it that there are other programming l…
Well, if you look at the front page, you'll also see: High-performance garbage-collected language Compiles to C, C++ or JavaScript Produces dependency-free binaries Runs on Windows, macOS, Linux, and more And of course, the "Features" button right under the text leads to https://nim-lang.org/features.html
In particular, why Nim over Go (or why Go over Nim)?
Is the Python's established presence and resource base (not trivial at all) the only reason one would prefer it over Nim?