About 50 results
Open links in new tab
  1. 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 …

  2. Nim forum

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

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

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

  5. ANN: New library to parse TOML files - Nim forum

    I think you are conflating the reference pages nim generates and plain documents explaining how to use them. People don't go to Nim's system module and read it from beginning to end, they go to the …

  6. How to set discard or empty statement to a default value of ... - Nim

    It seems a statement cannot be specified to a default value of untyped parameter. I can workaround this by using overloadig or a proc with discardable pragma, but they requires extra code. Is there simpler …

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

  8. Multiple configurations in Nimble - Nim forum

    A different .nimble file in the tests directory + a nim.cfg file with a --path:../src/ directive sounds like a good way to do it for now. Please create an issue in Nimble's github repo if you would like to see …

  9. Nim forum

    Couldn't retrieve posts. Please report this issue to us so we can fix it!

  10. textalot- TUI I/O library written in Nim - Nim forum

    Hello everyone. I wanted to share a TUI library I wrote entirely in Nim. This will also serve as a lower-level layer for a more high-level TUI library I’ll complete later, called boxalot — which will include a …