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).
