
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
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 …
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.
ANN: New library to parse TOML files - Nim forum
I think you are conflating the reference pages nim generates and plain documents explaining how to use them. People don't go to Nim's system module and read it from beginning to end, they go to the …
How to understand pragmas in Nim? - Nim forum
I'm discovering Nim and I'm in the learning phase reading the documentation. I'm impressed by the language that combines elegance and power, without sacrificing security. But I've strange feeling …
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.
how to reverse string in nim - Nim forum
is there a way to reverse string in nim as python [: : -1] or way to reverse list
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 include a …
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 …