|
- Nim forum
Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim
- How to create local packages - Nim forum
Up until now, the little coding I have done with Nim has had all shared code in a single directory, and using a --path= in the nim cfg file for the project This is clearly not a very scalable (nor particularly idiomatic) solution to sharing code between projects, so I am looking to put the various bits of code into their own local packages
- 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
- 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
- Announcing GrabNim - Nim Version Manager - Nim forum
GrabNim is a simple tool to install and switch between different versions of the Nim compiler This project started as a script I wrote out of frustration with choosenim Features: Cross-platform support (Linux, Windows, MacOSX) Supports official Nim releases and nightlies Supports installing Nim from source (tagged versions or devel branch) Seamless switching between installed versions using
- 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 regarding the use of pragmas in Nim This preamble is to justify my naive view of the language and the following comment According to the documentation, "Pragmas are Nim's method to give the compiler
- a simple way for generating UUID key - Nim forum
Looking for documentation or an example for generating UUID key in Nim similar to Haskell uuid :: IO UUID uuid = nextRandom
- 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
|
|
|