Skip to content

Commit 4b7bce6

Browse files
committed
Remove hardcoded quicklisp API code.
1 parent 7a940b9 commit 4b7bce6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

repl.lisp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
#!/usr/bin/env -S sbcl --script
2-
(load "~/quicklisp/setup")
3-
4-
(let ((*standard-output* (make-broadcast-stream)))
5-
(ql:quickload "alexandria")
6-
(ql:quickload "cl-readline")
7-
(ql:quickload "str"))
8-
91
(require :sb-introspect)
102

113
(defpackage :sbcli

0 commit comments

Comments
 (0)