
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 …
Building Booyaka - A documentation site generator based on …
ideas, static site generation. Documentation is a slow moving target, why waste energy on doing things dynamic? A way to build a proper index. A good index is often more useful than a …
textalot- TUI I/O library written in Nim - Nim forum
Hello everyone. I wanted to share a TUI library I wrote entirely in Nim. This will also serve as a lower-level layer for a more high-level TUI library I’ll complete later, called boxalot — which will …
Nim Windows installation experience sucks - Nim forum
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 a bit …
The turbulent evolution of Nim's concurrency story (As of August …
Aug 15, 2025 · Nim's concurrency features have undergone dramatic transformations from 2008 to August 2025, shifting from an ambitious compile-time safety model to deprecated standard …
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 …
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.
Concatenate string and int - Nim forum
which is a part of json module. Hence when you concatenate without converting it to string it doesn't work. As I am new to nim I thought I could do such concatenation. But now I know I …
Nimforms - A simple GUI library for Windows - Nim forum
I tried all or almost all of nim UI libraries and every single one has one problem or the other. When i read about winforms i was happy and eager to try. I am an amateur ( really amateur) …