Per a previous response I did a little more testing and found this strange behavior. The following code will only work when the (clear) line is commented out. When the line is not commented out nothing prints to the console. This is similar behavior with the spiral.lisp example. The code after clear will not run.
(defn foo ()
(clear)
(debug "working"))
(on "animate" foo)