Hi, I was just getting started going through the tutorial and was trying to name my file '001-helloworld.nim.' It turns out the nim compile does not seem to like this naming. At first I thought it was the delimiter, but turns out it just won't compile files that start with a number?
I looked through the manual but couldn't find a section addressing naming restrictions on the for the Nim compiler. A search in the forums for "file naming" similarly didn't turn up anything. Where should I be looking for restrictions (and is there a way to bypass this? what's the reasoning?)
I'm running the latest Arch package for Nim. "Nim Compiler Version 0.12.0 (2015-10-30) [Linux: amd64]"