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: Diogo F. S. Ramos
Subject: Re: [STUMP] Does stumpwm has a REPL ?
Date: Thu, 11 Oct 2012 00:08:00 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

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]