Arc Forumnew | comments | leaders | submitlogin
2 points by stefano 5924 days ago | link | parent

Using M-expressions would reduce the regularity of Lisp, IMO. But mathematical expressions are more readable with infix notation. I think it would be nice to be able to say (math 8+9(sqrt 67)) instead of (+ 8 ( 9 (sqrt 67))).