On 2/14/10, Duke Normandin <dukeofperl@ml1.net> wrote:
[[...]]
Another quick way is to use the comma shortcut in the REPL. At the repl,
> One problem: How do I gracefully (and correctly) terminate a LISP
> hacking session from within SLIME? SO far, I've just been doing a ^X^C
CL-USER>
just type ,quit (comma then quit).
Yong.