Hi Nim guys,
I'm new to Nim, so please excuse if this is an obvious/daft question: is there a way to get module exports prefixed by the module name?
Like this:
import mymod1, mymod2
mymod1.someproc()
mymod2.someproc()
As I understand it, this would cause a naming collision. Is this true, and can it be avoided?
Great, thanks, def.
Makes sense - just different from what I'm used to!
:-D