<posted & mailed>
pol wrote:
> Robert Dodier wrote:
>> Does DRIBBLE work in CMUCL by itself?
>> What happens if you start CMUCL and then enter, say,
>>
>> (dribble "/tmp/foo.log")
>> (+ 2 3)
>> (format t "foo~%")
>> (dribble)
>
Sorry i have just realized you asked to enter commands in the CMUCL env.
It works. Here is what i get:
% cat /tmp/foo.log
* (+ 2 3)
5
* (format t "foo~%")
foo
NIL
* (dribble)
--
Pol