> will compile not only your_program.nim, but also all imported modules > recursively and build the final complete executable, so most of time you need > just the compiler to build your project.
That is true, and also how I started out - mainly due to the fact that the Nim tutorial does not mention nimble or nake - but isn't this just what happens behind the scenes when I invoke nimble build ? Looking at some Nim packages at Github, I notice that a lot of those uses nimble for packaging and nake for building, but not all of them. But, yes: I will probably just ignore nake for the time being.
