I do not want a vote.

  * There's no reason to believe that a random set of users will make a better 
decision than the core team.
  * Nim has other, more pressing, problems.



As to the second question, whether style insensitivity is a good idea:

  * Inside the same module: no it isn't. For a language which lets me cast 
anything to everything, I want unique identifiers.
  * Between modules: yes it is. I would be fine with automatic id aliasing if 
it was limited to `import`, `importc` and `importcpp` and if it was opt-in so I 
could use my own identifier style in my own module.


Reply via email to