
Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
Which are the companies currently using Nim in production?
Nim can do DSLs so efficiently. The strong typing, compile time range checks and that Nim compiles to optimized C is the icing on the cake. As Nim, on top of its nice looking code can work so easily with …
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 lang through …
How to figure out why proc is not GC-safe? And is there a way to ... - Nim
The problem is that there are lots of code that build_jobs depends on and it's unclear what exactly causes the issue. Is there a way to discover what exactly in dependencies of build_jobs cause the …
Naylib - yet another raylib wrapper becomes available - Nim
Hello! I have a quick announcement about naylib yet another raylib wrapper. It took me a few months to get it right, but imo it was worth it. It offers type safety through wrapped functions, destructors, safe …
Best practices for initializing objects? - Nim forum
An aspect of Nim that’s giving me trouble is ensuring that objects get initialized properly. I’ve gotten used to constructors in C++/Swift/TypeScript, which enforce that any instance of object type T has been …
Open XML Spreadsheet (Excel) Library for Nim - Nim forum
Pure nim, only dependency is zippy (pure nim too). Support .xlsx and .xltx. format. Read and write string, number, date, formula, hyperlink, rich string, and styles of cells, ranges, and collections. Move range, …
a simple way for generating UUID key - Nim forum
Looking for documentation or an example for generating UUID key in Nim. similar to Haskell uuid :: IO UUID uuid = nextRandom
Functional Programming in Nim
Hello all, After learning some Haskell for class I realized that the functional programming paradigm isn't completely at odds with Nim. Nim supports pure functions (so long as you don't use mutable …
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.