(defparameter *default-special-bindings* (cons '*standard-output* *standard-output*)) (sb-thread:make-thread (lambda () (print "test")))