Plus, it's easier for the parsers used by syntax highlighters to detect corresponding and/or mismatching parens (as a generic terms: (parentheses), [brackets], {braces}) than code words.Graf Zahl wrote:Lua has a strong resemblance to Pascal. Which, by sheer coincidence also has a syntax I don't like. C's braces are really neat. They are just symbols. Structuring code with English language keywords just adds one more step the brain has to process before understanding the code.
Some editors can also be configured to automatically insert the closing paren after the cursor when you type the opening one. I remember I got quickly used to this behavior when I used KWrite on Linux.
