Subject: Re: READ-LINE
From: Erik Naggum <erik@naggum.no>
Date: 1999/05/05
Newsgroups: comp.lang.lisp
Message-ID: <3134901101345002@naggum.no>

* "J.L. Perez-de-la-Cruz" <cruz@apolo.lcc.uma.es>
| Is this a little bug in CLISP or am I misunderstanding the
| specification?

  since you return whatever object CLISP elects to mean end-of-file when
  you hit the end of file, I suppose you get a lot of that object printed
  while READ-LINE continues to hit its head at the end of the file when the
  last line was properly terminated.

#:Erik