> This is a bit different though, since you'll be running Nim code, and not > NimScript code.
I consider this way as superior to NimScripts, as NimScript has some limitation, I don't remember exactly the problem, but my program didn't compiled when I run it as NimScript. And, I have feeling that nim compiler actually cache the compilation, so it's fast. The only annoyance is the `.nim` extension you had to keep.
