Forum użytkowników języka programowania Nim, miejsce do zadawania pytań, dzielenia się wiedzą i dyskusji na temat Nim.
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 but it requires a bit more manual setup.
Hello, just out of curiosity, are any Nim maintainers planning to update the official sdl2 wrapper repository to sdl3? https://github.com/nim-lang/sdl2/tree/master
Forum poświęcone językowi programowania Nim, gdzie użytkownicy mogą dyskutować, dzielić się wiedzą i rozwiązywać problemy.
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.
is jester now working well with nim version 2 - Nim forum
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
and CC=zigcc hrtm nim c --cc:env foo.nim seemed to work fine. Second, I could not get the cached mode of zigcc to compile within-errors faster than tcc in various experiments.
I tried all or almost all of nim UI libraries and every single one has one problem or the other. When i read about winforms i was happy and eager to try. I am an amateur ( really amateur) programmer, all i want is visual things, a decent GUI library, with a decent video component to make a multimedia app, with video and images.