> I find this feature annoying. And workaround seems of calling modules with > plurals times.nim instead of time.nim is not good.
When I started with Nim, I noticed that the module naming convention was the "opposite" of Python's, which prefers singular words as module names. However, once you just take it as a naming convention, it's no longer a problem (for me at least). Sometimes, conventions are "just" conventions to be consistent, but some conventions also solve problems, like this plural naming convention for modules in Nim. This makes it even easier to stick to such conventions. :-)
