stumpwm-devel
[Top][All Lists]
Advanced

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

[STUMP] Does stumpwm has a REPL ?


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

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 !


Regards!




reply via email to

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