Skip to content

Commit

Permalink
Remove hardcoded quicklisp API code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte committed Dec 3, 2022
1 parent 6198c4c commit 04af2d3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions repl.lisp
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#!/usr/bin/env -S sbcl --script
(load "~/quicklisp/setup")

(let ((*standard-output* (make-broadcast-stream)))
(ql:quickload "alexandria")
(ql:quickload "cl-readline")
(ql:quickload "str"))

(require :sb-introspect)

(defpackage :sbcli
Expand Down

0 comments on commit 04af2d3

Please sign in to comment.