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 <diogo...@gmail.com> 写道:

z_axis <z_a...@163.com> 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.


_______________________________________________
Stumpwm-devel mailing list
Stumpwm-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/stumpwm-devel

Reply via email to