It looks like there is a little bug in clozurecl-1.2-rc1-linuxx8664<br><br>(defmacro with-open-file ...<br> `(let (,stream ,done)  ...<br><br>should probably be something like:<br><br>(defmacro with-open-file ...<br> `(let ((,stream ,done)) ...<br>
<br>