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

* 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)))