I'm using Clozure Common Lisp on Windows. When using the DRIBBLE
command and evaluating some simple forms followed by closing the DRIBBLE
stream, a specified file is created but nothing is written into it.
(DRIBBLE "test.log")
(+ 2 2)
(LIST 'a 'b 'c)
(DRIBBLE)
Is this a known limitation of CCL on Windows or a problem with my environment?