Skip to content

Commit 7204fbf

Browse files
committed
CL note: Quicklisp loads local project with asdf:*central-registry*
1 parent f66b676 commit 7204fbf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Common-Lisp.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,15 @@ git clone <some-uri>
475475

476476
Then just `(ql:quickload "project-name")` as usual.
477477

478+
Another way is to push the directory containing `project-name.asd` into
479+
`asdf:*central-registry*` then load with Quicklisp:
480+
481+
[source,lisp,linenums]
482+
----
483+
(push #p"/path/to/project/dir/" asdf:*central-registry*)
484+
(ql:quickload "<project-name>")
485+
----
486+
478487

479488
== FAQs
480489

0 commit comments

Comments
 (0)