> my needs are simple

Consider first in Nim running just `nim c your_program` 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.

Reply via email to