More helpers for clog in quicklisp

This commit is contained in:
David Botton 2021-01-29 00:41:32 -05:00
parent 2c3df8d408
commit 264cef0db2
8 changed files with 187 additions and 55 deletions

View file

@ -23,7 +23,7 @@
(set-on-click hello-element ; Now we set a function to handle clicks
(lambda (obj) ; In this case we use an anonymous function
(declare (ignore obj))
(setf (color hello-element) "green")))
(setf (color hello-element) :green)))
(run body))) ; Keep our thread alive until connection closes
; and prevent garbage collection of our CLOG-Objects