On Apr 12, 2019, at 5:21 AM, Richard O'Keefe <raoknz@gmail.com> wrote:
How does the right associativity of the short-circuiting
Boolean operators in any way contradict the way that such operators work in other languages?
If you look at definitions of other languages (C, Java), you see that the operators are defined to be left-associative. Perhaps those other languages got it wrong, then. :)
In any case, this conversation has been illuminating. Thanks!