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

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

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

  5. How to understand pragmas in Nim? - Nim forum

    I'm discovering Nim and I'm in the learning phase reading the documentation. I'm impressed by the language that combines elegance and power, without sacrificing security. But I've strange feeling …

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

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

  9. Flutter and Nim - Nim forum

    Just for a bit of fun I thought I would attempt to get flutter and nim working together. Why? Because flutter is dart and it builds to js on devices and is a JIT on MacOS, Linux and Windows. The biggest …

  10. How to package a nim program in an APK file - Nim forum

    Good morning I am trying to create my first .apk (android app). I have managed to write a simple console based app using the Nim scripting language. (Managed to compile and test it on a Docker …