|
|
|
|
|
by F-0X
2264 days ago
|
|
My personal anecdatal arguement against "Hard to parse for humans" is... I actually really like generics residing within <>. It's actually harder for me to read generics denoted otherwise (D uses parentheses) As for the last paragraph, I'd implore language implementors to continue using < > lest we get that awfully ambigous nonsense. |
|
The primary argument against < and > as generic brackets is that the ambiguity can make for some confusing error messages. It also prevents you from pre-matching your braces before the parsing phase (a technique that enhances error recovery).