Subject: Re: array input/output to files
From: Erik Naggum <erik@naggum.no>
Date: 1999/08/15
Newsgroups: comp.lang.lisp
Message-ID: <3143730628516198@naggum.no>

* gores@sip.medizin.uni-ulm.de (kp gores)
| how can i fix this?

  since the standard reader macro for arrays only creates simple arrays,
  you would need to call ADJUST-ARRAY afterwards to set further options, or
  create a specialized reader macro or even use #. and write out a call to
  MAKE-ARRAY with the :INITIAL-CONTENTS keyword to include the contents.

#:Erik
-- 
  (defun pringles (chips)
    (loop (pop chips)))