Subject: Re: Read-sequence and EOF?
From: Erik Naggum <erik@naggum.no>
Date: 1999/12/08
Newsgroups: comp.lang.lisp
Message-ID: <3153628754619236@naggum.no>

* Shannon Spires
| What's the intent of ANSI wrt read-sequence and errors upon premature EOF
| of the input stream?

  READ-SEQUENCE has no exceptional conditions relating to end of file at
  all, so it's unclear to me what the error could have been, whether the
  EOF is premuture or expected.

#:Erik