Dev.Poga

Common Lisp Local Project Development with Quicklisp

Probably the cleanest way to do it:

(pushnew (truename "/projects/app/") ql:*local-project-directories* )
(ql:register-local-projects)
(ql:quickload :app)

From Use Quicklisp to load personal projects from arbitrary locations.


Alternatively, you can create a symlink in ~/quicklisp/local-projects/.


I have a (rarely updated) email newsletter for reasons I've forgotten