cl-script is now a Project

cl-script (spiked here) is now a project on its own. The source is available at https://codeberg.org/m-e-leypold/cl-script.

There is still work to do, though:

  • Regardless of script implementation it should not load the implementation specific rc/init file, but only ~/.common-lisp-rc.lisp and/or similar.
  • Better error handling (e.g. when the lisp implementation is not found).
  • Also support dispatching to the roswell wrapper with COMMON-LISP=roswell.
  • Support for bringing up a REPL that has gone through the same initialization as cl-script.
  • More tests.