|
|
|
|
|
by Insanity
2799 days ago
|
|
I think because it is a powerfull language - and once you learn to look past the parentheses it actually has some pretty cool features. For example, it is a homoiconic language, so any piece of data can be evaluated as if it is code. The only way to really understand it is probably to learn it :) |
|
Ironically modern Javascript often replicates the bracket pileup, just with "})" instead. Python does away with it by having "nonindented newline" as an invisible semantic character that closes any number of scopes.