From ... From: Erik Naggum Subject: Re: array input/output to files Date: 1999/08/16 Message-ID: <3143785614504048@naggum.no>#1/1 X-Deja-AN: 513313752 References: <3143730628516198@naggum.no> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; +1 510 435 8604; http://www.naggum.no Newsgroups: comp.lang.lisp * kp gores | why has the new array no fill-pointer? ADJUST-ARRAY is specified to signal an error if one attempts to add a fill-pointer to an array that doesn't have one. sorry. | 2nd: how would one create a reader macro? see SET-MACRO-CHARACTER and SET-DISPATCH-MACRO-CHARACTER. #:Erik -- (defun pringles (chips) (loop (pop chips)))