stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Does stumpwm has a REPL ?


From: z_axis
Subject: Re: [STUMP] Does stumpwm has a REPL ?
Date: Thu, 11 Oct 2012 12:59:17 +0800
User-agent: Opera Mail/11.62 (FreeBSD)

Of course, SBCL/CCL works great using slime ! However, i want use clisp(with thread) as its executable is smaller.

在 Thu, 11 Oct 2012 11:08:00 +0800,Diogo F. S. Ramos <address@hidden> 写道:

z_axis <address@hidden> writes:

If there is no REPL in stumpwm, can we create one ?

(defun repl ()
    (princ "> ")
    (loop
        (shiftf *** ** * (eval (read)))
        (format t "~a~&> " *)))

But stumpwm cannot eval the above function !

I would say: use SLIME. It's really great.

Try running StumpWM with SBCL, so it won't freeze while creating the
swank server.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]