
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
How to start working with Nim in 2025? - Nim forum
The official Nim extension is the recommended VSCode plugin and is more up to date than the one from nimsaem. VSCode is the most popular Nim IDE. LSP server works well with neovim and sublime text …
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 derivation inspired …
Kirpi - Löve2D style 2D game framework for Nim - Nim forum
Another reason for this pragmatic approach is the number of abandoned projects in the Nim ecosystem. Even if this project were ever discontinued, it should still keep working thanks to choosing solid, well …
is jester now working well with nim version 2 - Nim forum
Jester worked fine in Nim v1, at least with the versions I tested. All you have to do is run nimble install jester and then write your web app with it.
Tiny Lisp written in Nim? - Nim forum
Note that the lightweight, fast, and easy RPC route is sorta unique to Nim due to typed macros. Normal RPC systems in C++, Rust, Go, etc end up being behemoths like grpc or cap'n'proto. If you're …
Which are the companies currently using Nim in production?
All domain logic. Nim's simple, obvious, composable type system makes writing most code a breeze. The only template and macro logic in my program are some Datamancer formulas and the Nimja …
TinyCC/tcc vs zig cc compile-times/etc. - Nim forum
For example, with suggest.nim, uncached zigcc was 14.1 sec vs 1.19 sec for tcc -- 12X slower and a real human-noticeable difference. In short, a zig cc backend seems to really magnify "risk of …
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 easy start. :-) …
nimqt - bindings to Qt - Nim forum
Aww Wonderful. I assume you consider nimqml worthy to stay on its own and plan to not create any bindings to qt-quick / QML. So we have a qt-widgets and and a qt-quick binding now, effectively.