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

  3. How to get operating system information in nim-lang?

    I made a Stack Overflow answer to almost the same question with basically the same answers: https://stackoverflow.com/questions/74320430/getting-hardware-info-in-nim-lang/74332136#74332136

  4. Official SDL3 wrapper repository? - Nim forum

    Hello, just out of curiosity, are any Nim maintainers planning to update the official sdl2 wrapper repository to sdl3? https://github.com/nim-lang/sdl2/tree/master

  5. Nimony progress - Nim forum

    This might not look impressive but it is (IMO): Nimony is a new Nim compiler which does not use much of the old codebase. A good dozen subsystems have been reimplemented from scratch: …

  6. High level TUI framework (or wrapper of) - Nim forum

    Nim ecosystem (libs and potential manpower, as well as velocity of growth) too sparse for the job unfortunately. And also because my poor coding speed and knowledge can't make up for the lacking …

  7. Destructors for "ref object" types? - Nim forum

    Is there some way to implement a destructor for a ref object (as opposed to object) type? Compiling the code: type ARef = ref object name: string proc `=destroy`(x: ARef) = echo "Destroying A named ", …

  8. nimqt - bindings to Qt - Nim forum

    Aww Wonderful. I assume you consider nimqml worthy to stay on its own and plan to not create any bindings to qt-quick / QML. So we have a qt-widgets and and a qt-quick binding now, effectively.

  9. How to uninstall Nim so i can install it in another folder

    Install it to where you need and remove the Nim in your Downloads folder. It doesn't use the registry, there is nothing really to uninstall.

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