Mutation

BRIAN SPILSBURY zhivago@iglou.com
Wed, 14 May 1997 02:25:25 -0400 (EDT)


>   Why not just use the :initial-contents keyword?

Well, I'd keep that as well, but using a generator can cut
out intermediate storage issues.

(make-array '* :element-type 'byte :generator `(lambda (i) (read-byte ,stream)))

*shrug*

Brian