Hello all,
I have been spending quite some time optimizing my Nim project development (running tests, building docs and binaries).
Here's the outcome so far: global config.nims.
Comments are welcome.
The fact that all of that can be accomplished via NimScript makes me proud. :-)
You might want to make it more obvious, that this can be used to create Go-like standalone binaries for Linux without dynamic libc dependencies. (That is what it does, right?)
create Go-like standalone binaries for Linux without dynamic libc dependencies. (That is what it does, right?)
Yep, that's correct :)