% sbcl
This is SBCL 2.4.9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (load "/usr/lib/sbcl/contrib/asdf.fasl")
T
* (pushnew "/usr/lib/common-lisp/system-registry" asdf:*central-registry*)
("/usr/lib/common-lisp/system-registry" #P"/home/jrm/quicklisp/quicklisp/")
* (print ASDF/OUTPUT-TRANSLATIONS:*OUTPUT-TRANSLATIONS*)

(((#P"/home/jrm/.cache/common-lisp/sbcl-2.4.9-linux-x64/**/*.*" T)
  (#P"/usr/lib/sbcl/**/*.*" T) (#P"/home/jrm/tmp2/**/*.*" T)
  (#P"/home/jrm/tmp/**/*.*" #P"/home/jrm/tmp2/**/*.*")
  (T #P"/home/jrm/.cache/common-lisp/sbcl-2.4.9-linux-x64/**/*.*")))
(((#P"/home/jrm/.cache/common-lisp/sbcl-2.4.9-linux-x64/**/*.*" T)
  (#P"/usr/lib/sbcl/**/*.*" T) (#P"/home/jrm/tmp2/**/*.*" T)
  (#P"/home/jrm/tmp/**/*.*" #P"/home/jrm/tmp2/**/*.*")
  (T #P"/home/jrm/.cache/common-lisp/sbcl-2.4.9-linux-x64/**/*.*")))

Generated by jrm using scpaste at Thu Dec 5 14:23:33 2024. AST. (original)