|
Nim is everything Python and Go should be/want to be, as far as language features and semantics go (haha). It has their easy-to-learn properties, but has a better type system, the generics system and macros are arguably more useful, and more usable than what is offered in either language. It deserves far more attention than it currently gets. |
But no, Nim is not everything "python should/want to be".
The name case insensitivity and the implicit imports on the global namespaces are perfect examples of stuff that are better in Python.