diff --git a/babel.lisp b/babel.lisp new file mode 100644 index 00000000..2aded71f --- /dev/null +++ b/babel.lisp @@ -0,0 +1,6 @@ +;;;; babel.lisp - Personal function library loaded at sbcl startup +;;;; Author: Marcus Kammer +;;;; MIT License + +(when (probe-file "~/quicklisp/local-projects/dev.metalisp.sbt") + (ql:quickload :dev.metalisp.sbt))