Nim 2.2.6
nim-lang.org
Nim 2.2.6
1–10 of 98 posts
Re: Nim 2.2.6
#2more mature than zig, much easier than rust.
Re: Nim 2.2.6
#3Re: Nim 2.2.6
#4Since Nim GC approach seems to be a common topic of discussion, providing link below on more details: https://nim-lang.org/docs/mm.html
Re: Nim 2.2.6
#5nim is memory safe, python syntax, emits c/c++/js. It really deserves more love and publicity. more mature than zig, much easier than rust.
Re: Nim 2.2.6
#6https://nim-lang.org/araq/nimony.html https://github.com/nim-lang/nimony
Re: Nim 2.2.6
#7nim is memory safe, python syntax, emits c/c++/js. It really deserves more love and publicity. more mature than zig, much easier than rust.
I don't mind but many do so I don't see this as a plus.
Re: Nim 2.2.6
#8nim is memory safe, python syntax, emits c/c++/js. It really deserves more love and publicity. more mature than zig, much easier than rust.
He is also very difficult to work with and isn't very welcoming to newcomers. The community "leaders" / moderation team is also full of abrasive individuals with fragile egos.
Re: Nim 2.2.6
#9nim is memory safe, python syntax, emits c/c++/js. It really deserves more love and publicity. more mature than zig, much easier than rust.
Re: Nim 2.2.6
#10As a long-time Python programmer, I was drawn to trying the language partly because of the syntax, but as soon as I tried to write something substantial, Nim's heritage in languages like Pascal, Modula, and Ada starts to show. Syntax notwithstanding, programming in it really felt more like programming in Pascal/Modula.
I in fact did not know anything about Nim's history or design choices when I started using it, but I'm old enough to have written a fair amount of Pascal, and I was not long into using Nim when I started thinking, "this feels weirdly familiar." `type` and `var` blocks, ordinal types, array indexing with enums, etc.