
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
Slow C compiler invocation - Nim forum
The reported compile times are all identical, but the same commands executed in parallel outside of nim executable finish faster. Another peace of info is that the speedup isn't noticeable with …
Nimony progress report -- part 4 - Nim forum
Nim is the modern, cheerful, and powerful distillation of Free Pascal, Ada, and scripting in my view. Free Pascal has an outstanding base to develop desktop apps, and has a …
simpleargs - Dead simple CLI parsing. - Nim forum
Most of Nim's CLI parsing libraries are gigantic macro-heavy opinionated things that are overkill, and don't let you write your own docstrings. The gift that is std/parseopt allowed me to vastly …
Neo, a new package manager for Nim - Nim forum
Hey all, I've been recently writing a new package manager for Nim. Nimble's gotten awfully slow for me lately, especially inside Nix shells. I would've loved to fix that, but unfortunately the …
GUI app with nim - Nim forum
Forum dyskusyjne dotyczące języka programowania Nim, gdzie użytkownicy mogą zadawać pytania, dzielić się wiedzą i omawiać różne aspekty tego języka.
Dealing with arrays (of bytes) across library boundaries, specifically ...
My Nim DLL then uses that information to create a Seq that is processed and transmitted, after all that happens the DLL allocs a new block of memory the size of rxlen, then copies that data …
Nim version 2.2.4 released - Nim forum
Apr 22, 2025 · It is with great joy that I can share that Nim 2.2.4 is the first Nim version to have its Docker Hub images build and pushed automatically with CI from a repo affiliated with the …
Best practices for initializing objects? - Nim forum
An aspect of Nim that’s giving me trouble is ensuring that objects get initialized properly. I’ve gotten used to constructors in C++/Swift/TypeScript, which enforce that any instance of object …
Arraymancer - 2023-12-31 - Overview of longstanding missing …
Furthermore, since then Nim v2 introduced new interesting features like builtin memory management that works with multithreading or views that are quire relevant to Arraymancer. …