
15 Feb
2010
15 Feb
'10
11:32 a.m.
On Sun, Feb 14, 2010 at 6:26 PM, szergling <senatorzergling@gmail.com>wrote:
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.
and slightly quicker is ,q (comma, then `q')
Mirko