[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parsing



I certainly don't prefer (+ X (* Y Z)) to X+Y*Z because it is
easier to parse.  I think that is a non-issue.  The reason that
the lisp notation is a win is in its uniform treatment of things
like + and * as functions or macros, making it an easily
extensible syntax.