Skip to content

Instantly share code, notes, and snippets.

@lispnik
Created January 12, 2020 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lispnik/ad960272cbd005875c749214d6828015 to your computer and use it in GitHub Desktop.
Save lispnik/ad960272cbd005875c749214d6828015 to your computer and use it in GitHub Desktop.
(sb-ext:restrict-compiler-policy 'debug 3)
(sb-ext:set-sbcl-source-location (merge-pathnames ".local/src/sbcl" (user-homedir-pathname)))
#-quicklisp
(let ((quicklisp-init (merge-pathnames "Quicklisp/setup.lisp"
(user-homedir-pathname))))
(when (probe-file quicklisp-init)
(load quicklisp-init)))
(ql:quickload "cffi")
(pushnew (asdf:system-relative-pathname "tecgraf-libs" "libs/")
cffi:*foreign-library-directories*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment