Its very interesting but i disagree with the operator precedence.<p>> but programming languages have many categories of binary operators—arithmetic, comparison, bitwise, Boolean—and mixing them together creates room for error<p>I think an expert should be able to remember the operator precedence of C and s.th. like<p>a < x && b >= y<p>is easier for a human to read than this<p>(a < x) && (b >= y)<p>Edit: Besides that it looks pretty promising. They even got it right to call the void type unit.