vendor/quickutils-package.lisp @ 15eabbd388ea default tip
Add a restart for ports already in use
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Tue, 14 Mar 2017 17:46:14 +0000 |
| parents | ca726222b6f1 |
| children | (none) |
(eval-when (:compile-toplevel :load-toplevel :execute) (unless (find-package "NREPL.QUICKUTILS") (defpackage "NREPL.QUICKUTILS" (:documentation "Package that contains Quickutil utility functions.") (:use :cl)))) (in-package "NREPL.QUICKUTILS") ;; need to define this here so sbcl will shut the hell up about it being ;; undefined when compiling quickutils.lisp. computers are trash. (defparameter *utilities* nil)