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!


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

Reply via email to