Closed parjanya closed 3 years ago
Ah yes, that’s a problem of course. I’d say we keep the file self-contained and inline the contents of utils.lisp
. What do you think @vindarel?
ooh, right. OK, let's keep the file self-contained.
I just pushed a commit inlining utils.lisp
. That should resolve this.
At least here
(load "utils.lisp")
makes invoking sbcli only work inside its own directory; where should it go instead? to/usr/local/bin/
too? or just put its content insiderepl.lisp
?