Nim raw syscalls

2023-12-10 Thread Kind-Distribution376
Hey! C programmer trying to use Nim a bit more. in C, when I want to perform a raw syscall I can just execute #include #include int main(void) { syscall(SYS_write, 1, "hello, world!\n", 14); return 0; } Run I compiled it on my fedora, this is

Advent of Nim 2023

2023-12-02 Thread Kind-Distribution376
I can say it has been rising in the context of Project Euler, and I couldn't be happier about it.

Nim in university context?

2023-11-21 Thread Kind-Distribution376
Well, no. At least not that I am aware of. No courses require a specific programming language as it's more of a supporting tool rather than a must have. I can say that I personally, as a long time Project Euler user, have collected what can possibly be considered a rather big library of implemen