Sam Steingold writes:

 > Both LWW and CLISP return #P"foo-*" - why did CMUCL decide to quote the *?

Oops, to answer the question, so it can read it back in.  Pathname
syntax is implementation-specific.  #p"foo-*" would be a pattern on
CMUCL, #p"foo-\\*" would be the pathname object you constructed.


Reply via email to