f84403802761

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Dec 2018 15:30:51 -0500
parents 11bce44c17e9
children 159c993863c4
branches/tags (none)
files lisp/example.lisp

Changes

--- a/lisp/example.lisp	Fri Dec 21 15:24:34 2018 -0500
+++ b/lisp/example.lisp	Fri Dec 21 15:30:51 2018 -0500
@@ -1,4 +1,5 @@
-(ql:quickload '(:adopt))
+(eval-when (:compile-toplevel :load-toplevel :execute)
+  (ql:quickload '(:adopt) :silent t))
 
 ;;;; Config -------------------------------------------------------------------
 (defparameter *default-name* "World")