Nim forum Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim
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
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 feedback on errors and autocomplete Better IDE support, like autocomplete etc Wonder if there any progress since?
GUI app with nim - Nim forum Forum dyskusyjne dotyczące języka programowania Nim, gdzie użytkownicy mogą zadawać pytania, dzielić się wiedzą i omawiać różne aspekty tego języka
simpleargs - Dead simple CLI parsing. - Nim forum Most of Nim's CLI parsing libraries are gigantic macro-heavy opinionated things that are overkill, and don't let you write your own docstrings The gift that is std parseopt allowed me to vastly simplify the basic use cases into 7 tiny procs that are barely 50 lines of code
Tooling Update: Sep, 2024 - Nim forum We have also enriched the Nim Panel in the vscode extension with more information about the nimlangserver status, such as Pending Requests and Project Errors, which should help diagnosing issues with nimsuggest as it stores the nimsuggest crashes and the last cmd that was executed by nimsuggest
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
Arraymancer - 2023-12-31 - Overview of longstanding missing features Furthermore, since then Nim v2 introduced new interesting features like builtin memory management that works with multithreading or views that are quire relevant to Arraymancer Let's go over the longstanding missing features to improve Arraymancer, we'll go over the tensor library and over the neural network library Tensor backend (~NumPy
Neo, a new package manager for Nim - Nim forum Hey all, I've been recently writing a new package manager for Nim Nimble's gotten awfully slow for me lately, especially inside Nix shells I would've loved to fix that, but unfortunately the Nimble source code is very hard to go through and modify
NIF, NIFC, native code. . . - Nim forum NIF: Nim intermediate format NIFC: Nim intermediate format representing C IR: Intermediate representation x86_64: Intel 64 bit architecture What CPUs in your PC or laptop speak "natively" unless you're on an Apple M1-3 machine