lisprc @ b83a98ba30ee
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 11 Nov 2019 20:45:20 -0500 |
parents | 7d4add588cc3 |
children | 9ab8e17039d6 |
#-quicklisp (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) (defun :ls (package) (do-external-symbols (s package) (print s))) (setf *print-pretty* t *print-escape* t *print-right-margin* 100 *print-miser-width* nil *print-length* 1000 *print-level* 250)