What are some differences between newLISP and other LISPs?
newLISP’s differences from other LISPs include: the working of lambda expressions; the existence of namespaces (or contexts); parameter passing; and of course, the newLISP API (function repertoire). Overall, newLISP’s new ways of LISP programming make it faster, smaller, and easier to understand and learn. For a more detailed discussion, see Differences to Other LISPs.