Skip to content

Instantly share code, notes, and snippets.

@ig88th
Created February 8, 2018 03:41
Show Gist options
  • Save ig88th/a5cbd251b0eec221afb5de5fd7dc85af to your computer and use it in GitHub Desktop.
Save ig88th/a5cbd251b0eec221afb5de5fd7dc85af to your computer and use it in GitHub Desktop.
CL-USER> (quickproject:make-project "~/quicklisp/local-projects/swatch5/"
:depends-on '(vecto))
"swatch5"
CL-USER> (ql:quickload "swatch5")
To load "swatch5":
Load 1 ASDF system:
swatch5
; Loading "swatch5"
[package swatch5]
("swatch5")
CL-USER>
--- restart emacs ---
CL-USER> (ql:quickload "swatch5")
; Evaluation aborted on #<QUICKLISP-CLIENT:SYSTEM-NOT-FOUND {1003461583}>.
--- the debugger --- >System "swatch5" not found [Condition of type QUICKLISP-CLIENT:SYSTEM-NOT-FOUND]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment