On a tangentially related note, there's a project that aims to redesign some of Common Lisp's semantics to be more modern [0]. Its name is CL21, as it's meant to be "Common Lisp for the 21st century", and it's written entirely in Common Lisp, relying on the kick-ass features of <i>reader macros</i> to introduce new syntax to the language. In my humble experience, integrating it with Shelly [1] and the large swath of Quicklisp [2] libraries can turn it into a terse and reasonably efficient scripting language. (Sadly, you still need a CL implementation and runtime, and they are mostly quite slow.) Definitely worth a look if you like NewLisp's syntax and libraries, as I can see some similarities in the philosophies.<p>[0]: <a href="http://cl21.org/" rel="nofollow">http://cl21.org/</a><p>[1]: <a href="http://shlyfile.org/" rel="nofollow">http://shlyfile.org/</a><p>[2]: <a href="https://www.quicklisp.org/beta/" rel="nofollow">https://www.quicklisp.org/beta/</a>