Skip to content

Commit 0c502e9

Browse files
committed
CL note - get cwd with UIOP
1 parent 17b78b3 commit 0c502e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Common-Lisp.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ For SBCL: use `--noinform` argument when starting.
127127

128128
[source,lisp,linenums]
129129
----
130+
;; Require just ASDF 3+
131+
(uiop:getcwd)
132+
130133
;; Require cl-cwd
131134
(cl-cwd:get-cwd)
132135

0 commit comments

Comments
 (0)