|
>>
|
No. 437
Even the syntax is a problem. It is one of the hardest syntaxes in the world to parse. So it is probably not easy for human minds either.
And that horrible type system. Answer this simple question, what is the type of this:
int bla[1][2]..[n];
Dunno? Most people dunno. On forums you get the advice to use a vector, so you can avoid the whole issue.
It is not that difficult, btw: int (*)[2]..[n]
But that wasn't the point. Oh well at least it has a type system. Disregard that, I suck cocks.
|