Hi,
When something goes wrong in a celtk program, how do you go about cleaning all the tcl stuff up and starting again?
I tried doing
(tk-format-now "exit")
but that causes my slime to lose its connection with sbcl. I'm not sure whether this means that this action is causing sbcl itself to crash but that is a possibility. Is there some lisp function I can call to reset the tcl interface.
Cheers, Andy