Nim forum Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim
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?
Nimony - TypeKindT should be: TypekindT - Nim forum There are several similar errors about letter casing differences (TypeKindT vs TypekindT, FieldKind vs Fieldkind, etc ) I don’t really understand why Nim is being so strict about this — I thought Nim identifiers were case-insensitive Does anyone have an idea what’s going on here? I’m wondering if this might be related to the Nim version or some recent change in Nimony (I’m using
Nimony progress report -- part 4 - Nim forum Nim is the modern, cheerful, and powerful distillation of Free Pascal, Ada, and scripting in my view Free Pascal has an outstanding base to develop desktop apps, and has a comprehensive web framework that puts Java to shame - mORMot2
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
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
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
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
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