Most programming languages use parentheses for grouping subexpressions.
In Aklo, I'm using square brackets for grouping subexpressions, on the grounds that the precious unshifted brackets should be used for the most common case.
But that's on a US keyboard. Are there any keyboard layouts on which it's actually easier to type parentheses than square brackets? If so, would programmers using such keyboards appreciate the option of using parentheses?