Commit 89a6738b0c01b27fe55ca390edfbe82f11d9ce6f

Thomas de Grivel 2019-06-24T11:02:30

SBCL config

diff --git a/.sbclrc b/.sbclrc
new file mode 100644
index 0000000..d39581e
--- /dev/null
+++ b/.sbclrc
@@ -0,0 +1,20 @@
+;; -*- Lisp -*-
+
+(declaim (optimize (debug 3) (safety 3) (speed 3)))
+
+(require :asdf)
+
+;(setf (uiop:getenv "CC") "gcc")
+
+;(load "~/common-lisp/thodg/system/system")
+(load "~/common-lisp/thodg/repo/repo")
+(repo:boot)
+
+;(defun sysdef-sbcl-contrib (x)
+;  (probe-file (make-pathname
+;               :directory "/usr/local/lib/sbcl/contrib/"
+;               :name x
+;               :type "asd")))
+;
+;(pushnew 'sysdef-sbcl-contrib
+;         package-system:*system-definition-search-functions*)