Re: [Readable-discuss] Readable Lisp 2.0, brainstorming
Readable Lisp/S-expressions with infix, functions, and indentation
Brought to you by:
dwheeler
From: David A. W. <dwh...@dw...> - 2016-09-12 23:46:55
|
That's a cool approach. That said, I suspect trying to define precedence rules will be a pain in the butt. There is a looming problem if different forms have different presidence rules. You might be better off three defining precedence rules for a subset of operations, and then just requiring people to use parentheses otherwise. --- David A.Wheeler |