hellerve / sbcli

A REPL for my SBCL needs
GNU General Public License v3.0
95 stars 13 forks source link

utils.lisp location #21

Closed parjanya closed 3 years ago

parjanya commented 4 years ago

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 inside repl.lisp?

hellerve commented 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?

vindarel commented 3 years ago

ooh, right. OK, let's keep the file self-contained.

hellerve commented 3 years ago

I just pushed a commit inlining utils.lisp. That should resolve this.