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

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

  6. Neo, a new package manager for Nim - Nim forum

    Hey all, I've been recently writing a new package manager for Nim. Nimble's gotten awfully slow for me lately, especially inside Nix shells. I would've loved to fix that, but unfortunately the Nimble source …

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

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