Fw: [CM] problem with #! in CMUCL

Rick Taube taube@uiuc.edu
Mon, 25 Nov 2002 09:15:33 -0600


in CMUCL with the patch i provided this works:

 * (object-time #!test)

but this doesnt:

* #!test

unless you hit <return> twice!  this is  a bug in cmucl -- for some reason their read-eval-print loop doesnt notice that its read anything to print.  the "fix" might be for me to make the #! read macro actually restult in evaluation, but then putting #!name references inside quoted lists is impossible. ill have to think about it...