Jeffrey Cunningham <jeffrey@jkcunningham.com> writes:But what about the very common (for me, at least) case where I want to experiment around with some code that is not intended to go in a package.One option is to learn a different way. I start almost every experiment with the three-file system of foo.asd, package.lisp, and foo.lisp, which makes it and its dependencies trivially quickloadable. And the experiments often grow into something I want to save for easy reuse.