
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
Nimony progress report -- part 4 - Nim forum
I have been working lately on my own language and compiler (obviously in nim!) which offers inference, a proper type system, static proving, reference lifetime, ffi, generics, pattern …
Cborious: Fast standards-compliant CBOR library for Nim 2.x
Announcing Cborious for Nim 2.x! What: Fast, standards-compliant CBOR library for Nim with streaming I/O, canonical/deterministic modes (RFC 8949), and compile-time encode/decode …
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.
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. …
Maybe nappgui is best cross platform gui lib for nim
As PMunch stated, looks like a nice project to provide bindings for. You could do sth. like owlkettle does and put a declarative GUI-DSL on top of that for far better ease of use (this is what …
How to set up/start a Project? - Nim forum
There's the Nim package manager Nimble and its README has a section on project structure. Also, if you use nimble init on the command line, it will create the structure for you to have an …
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 …