About 50 results
Open links in new tab
  1. Nim forum

    Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Reasoning behind function call syntax in Nim. - Nim forum

    The above code compiles and works. What is the reasoning behind this syntax? I understood echo "Hello, world!" and the other forms; but what is the reasoning behind allowing the above syntax? I'm …

  7. 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 …

  8. 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.

  9. 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 …

  10. 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.