sbcli
sbcli copied to clipboard
A REPL for my SBCL needs
Thanks for writing this wonderful thing! I wonder if it's possible to interact with the debugger as in the usual sbcl. For now, by default, it seems that whenever an...
(opened the issue to not forget)
I am working on a Linux distribution called v-refracta, and on it most of the programs are supposed to be Lisp. Here I've patched sbcli to look in either the...
Closes #17, #28 and #29
Hi, thanks for making this project! Would you accept a `.asd` file for this project? Resolving this would also make it very easy to package [sbcli](https://github.com/hellerve/sbcli) for [GNU Guix](https://guix.gnu.org/). @vindarel...
This is a `TODO` for myself to package [sbcli](https://github.com/hellerve/sbcli) for [GNU Guix](https://guix.gnu.org/). Blocked by: #28 and #29
Hi, Thanks for making this project! I think we should not make `sbcli` strictly depend on quicklisp by [hardcoding](https://github.com/hellerve/sbcli/blob/master/repl.lisp#L2) quicklisp specific code at the top of the file. There are...
Allow for different quicklisp location.
Entering something like this: (format t "~s" '(hello some test arithmetic)) is printed like ``` (HELLO SOME TEST etc ``` I found it's because of `syntax-hl`, then I do this...