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
I can say it has been rising in the context of Project Euler, and I couldn't be
happier about it.
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