Search
3:00:26
beach
Good morning everyone!
7:08:26
jackdaniel
ismustachio: clim defaults are that frame runs in its own loop: (loop (execute-command (read-command)) (display-output))
7:08:53
jackdaniel
more or less of course. this may be customized on various levels thanks to how it is designed
7:10:08
jackdaniel
one way to have output updated at regular intervals is presented in the graph-toy.lisp demo
7:10:39
jackdaniel
another would be customizing frame's top level loop, but then you'd throw away many things (most notably - the command loop)