Thoughts on function names containing arbitrary symbols

deadalnix deadalnix at gmail.com
Tue Oct 4 02:53:57 PDT 2011


Le 04/10/2011 11:46, Jacob Carlborg a écrit :
> What are the thoughts around here on function names containing arbitrary
> symbols, like in Scala. Example:
>
> void ::: (int a) {}
>

That would only promote unreadable code and complexify the parsing 
(actually, you see that as complexification of the parsing for both 
humans and computers).


More information about the Digitalmars-d mailing list