> What's common in CL and Clojure?
homoiconicity, macros, functional bias, REPL - to count just a few.
homoiconicity, macros, functional bias, REPL - to count just a few.
Also, only the first one is remotely unique.
Switching between different Lisp dialects is far less mentally taxing, even when they operate in completely dissimilar runtimes. I have seen days when I needed to jump between CL, Clojure, Fennel, Elisp and Janet and from all practical points it felt like almost using the same language everywhere. While switching even between JS and TS is enormously vexing for me in comparison. Although I have programmed in both for far longer than any Lisp.