> For clojure, I move it from 'java.scm' to 'lisp.scm' because it is a > lisp. But is 'lisp.scm' actually for common lisp only? It's customary to refer to Common Lisp as "lisp" only. All package in lisp.scm are Common Lisp packages. Clojure is effectively a different language and won't run any of the packages in lisp.scm. -- Pierre Neidhardt https://ambrevar.xyz/