Subject: Re: READ-DELIMITED-FORM
From: Erik Naggum <erik@naggum.no>
Date: 05 Sep 2002 09:20:49 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3240206449214856@naggum.no>

* Tim Bradshaw <tfb@cley.com>
| Can you explain why?

  You leave the whitespace to (peek-char t) and the first character you look
  at will necessarily have to be a macro character or a constituent character.
  The reader algorithm is clearly described in both the standard and CLtL2.
  There is no need to reinvent any of this by circumvention.

-- 
Erik Naggum, Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.