Nim 0.11.0

Nim (formerly Nimrod) is an imperative and statically-typed programming language with an expressive infix and indendation syntax and macros. Its compiler generates native code, still provides lean heaps through non-tracing garbage collection, and is still suitable for system programming. Nim also provides overhead-free iterators, cross-module inlining, dynamic method binding, high-level types like strings, sets and squences, local type inference, tuples, generics, operator overloading, and bindi