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

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

  4. Which IDE to use in 2024? - Nim forum

    But what tools Nim provide - for IDE to use and integrate with. I remember there were discussion and effort about: Nim Incremental Compilation, a key component to make IDE better, to give fast …

  5. A high-performance web framework - Caprese - Nim forum

    Seeing a high-performance web framework, I hope to have a good nim framework to replace golang in web programming. https://web-frameworks-benchmark.netlify.app/result

  6. Has anyone ported wxWidgets to nim? - Nim forum

    Just an example to integrate Nim-to-javascript and everything will be perfect. Write CPU extensive backend stuff in Nim-native and , for UI use Nim-Javascript.

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

  8. async/await for embedded sysmtems - Nim forum

    It is possible to create async/await as a library with just macros as asyncdispatch and chronos are completely implemented as a library and you could use an external C library and provide the same …

  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. How to force destroy a ref? - Nim forum

    see Dispose Pattern I'm not totally fluent with nim yet, so I can't give a solid answer on how to best implement the IDisposable pattern in nim, but I would always recommend against letting the GC …