
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
Project fails to compile on 2.2.6, worked as expected on 2.2.4
I haven't included details of the actual project where the tests are, as there's too much code to post and the error appears related to compiling system.nim, so seems unrelated to the …
ImPlot library - Nim forum
I know Futhark is an excellent tool in tranlating header files from C language to Nim lang. Original ImPlot lib actually has been written in C++ language. In this case Futhark translates to Nim …
Update all installed nimble packages - Nim forum
Nim packages are a source-centered ecosystem, so building binaries/libs from source is kind of the point of the whole thing. Not having to wait until some curator has built a binary with the …
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 …
How to Efficiently Implement Microservices with Nim?
Nim compiles to a single executable so deploying once your have an automated, reproductible build system, is very straightforward. Scaling, well it depends what exactly you want to scale.
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.
Tooling Update: Sep, 2024 - Nim forum
We have also enriched the Nim Panel in the vscode extension with more information about the nimlangserver status, such as Pending Requests and Project Errors, which should help …
Nim Windows installation experience sucks - Nim forum
Jul 9, 2025 · choosenim doesn't have good tests that actually test the installation of a binary Nim version on windows from scratch and with installing mingw in the process the issue reporter is …
SSL: how to inspect and manually accept an unknown self-signed ...
I had a similar problem while working on Geminim. Nim SSL implementation is mostly just a wrapper on libssl using FFI capabilities. The advantage of this is that if there's a function in …