
14 Feb
2010
14 Feb
'10
11:26 p.m.
On 2/14/10, Duke Normandin <dukeofperl@ml1.net> wrote: [[...]]
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
Another quick way is to use the comma shortcut in the REPL. At the repl, CL-USER> just type ,quit (comma then quit). Yong.