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