- It's very nice.
- I don't like it.
- No, I'm not trying to start a flame war.
I came across this message posted on comp.lang.lisp, and ended up writing my own version of the LOAD* function Rob talks about. It's really a very handy tool, and makes it a lot easier to work with the REPL and your editor of choice. I keep LOAD* and a few other frequently-used tools loaded in a custom core file, which I create using a file called make-core.lisp. To create and use a core file, do the following:
$ sbcl --load make-core.lispBear in mind that LOAD* is rather naive and hasn't been tested much, so if there are any suggestions for improvement I'd be glad to hear them.
$ sbcl --core ./sbcl.core