
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
Nim Roadmap 2024 and beyond, revisited - Nim forum
I haven't written Nim seriously in a while, but my last recollection is that associated types and values aren't directly part of the syntax and had what looked like a workaround, and that refinement is …
Releasing Constantine v0.1.0 - A modular cryptography stack for ... - Nim
This even includes a JIT assembler as macro for x86 and a code generator for Nvidia GPU assembly through LLVM IR, skipping Cuda and Nvidia toolchain woes. On the security side: Constantine has …
What's stopping Nim from going mainstream? (And how to fix it?)
When reading the various posts comparing languages (including Nim) the conclusion many times says something like "Nim is everything you want in a language but ...". If it is highly regarded what's …
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 …
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 …
Nimony progress - Nim forum
And then in foobar.nim you have a program that receives two command line parameters, two filenames <input.nif> and <output.nif> and you use the NIF APIs (or APIs on top of that that emulate …
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 …
Nim Killer Fullstack App - Nim forum
Nim is uniquely positioned for making a specific killer app: a reactive full stack framework. The web world is converging on fine grained reactivity (React for not so fine grained reactivity, SolidJS and …
Sum types, 2024 variant - Nim forum
By all accounts of current Nim SumEnum is a specialization of object not enum, you cannot use them in a set, range, or as an array index type. So while new code can use SumEnum old code still exists …