1 comment

[ 2.7 ms ] story [ 16.4 ms ] thread
OK, HN mangles the ellipsis in titles!

> I just added operator precedence rules to Unison (previously all operators had equal precedence and were parsed left to right). In other languages, this would be a major change and a Big Deal. But in Unison this is just a change to the surface syntax that doesn't break any code.