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 start working with Nim in 2025? - Nim forum

    The official Nim extension is the recommended VSCode plugin and is more up to date than the one from nimsaem. VSCode is the most popular Nim IDE. LSP server works well with neovim and sublime text …

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

  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. is jester now working well with nim version 2 - Nim forum

    Jester worked fine in Nim v1, at least with the versions I tested. All you have to do is run nimble install jester and then write your web app with it.

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

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

  9. Tiny Lisp written in Nim? - Nim forum

    Note that the lightweight, fast, and easy RPC route is sorta unique to Nim due to typed macros. Normal RPC systems in C++, Rust, Go, etc end up being behemoths like grpc or cap'n'proto. If you're …

  10. seaqt - a new set of bindings for Qt - Nim forum

    All you need to compile it is seaqt itself, a Qt installation with -dev packages (pkg-config is used to find Qt) and Nim 2.0+ (memory management is done "mostly" via destructors). There are of course still …