On Thu, Apr 24, 2014 at 10:27 AM, Kyle Murphy <orclev@gmail.com> wrote:
It's an interesting feature, and nice if you want that sort of thing, but not something I'd personally want to see as the default. Deviating from the standard ASCII set of characters is just too much of a hurdle to usability of the language.On the other hand, maybe if its good enough for the entire field of Mathematics since forever there might be some benefit in it for us.
The main problem with special Unicode characters, as I see it, is that it is
no longer possible to distinguish characters unambiguously just by looking
at them. Apart from questions of maintainability, this is also a potential
security problem: it enables an attacker to slip in malicious code simply by
importing a module whose name looks like a well known safe module. In a big
and complex piece of software, such an attack might not be spotted for some
time.