Quesstion about Alt-. navigation to function definitions

Zach Beane xach at xach.com
Wed Oct 30 23:52:42 UTC 2013


Jeffrey Cunningham <jeffrey at 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.

Zach



More information about the slime-devel mailing list