[Openmcl-devel] write-sequence in 1.1-pre-060826 (DarwinPPC32)

Takehiko Abe keke at gol.com
Sun Sep 3 21:20:18 PDT 2006


write-sequence is missing for basic-stream.

(with-open-file (out "home:foo" :direction :output 
                     :if-does-not-exist :create
                     :basic t)
  (write-sequence "test" out))

--> no applicable error.

**

read-char/write-char is much faster than 1.0!

Thanks.
T.





More information about the Openmcl-devel mailing list