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

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

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

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

  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 …