Subject: Re: Testing for function equality From: Erik Naggum <erik@naggum.net> Date: Sun, 02 Jun 2002 09:43:08 GMT Newsgroups: comp.lang.lisp Message-ID: <3231999785093305@naggum.net> * "Matthew X. Economou" | I'm trying to write reader macros for #\( and #\) that ignore this | particular restriction. See the function read-delimited-list. You appear seriously confused as to how the reader collects lists and terminates the reading. There is no point in writing a new "general" reader macros for this -- just ensure that you pass the right character to read-delimited-list in your reader macro function. -- In a fight against something, the fight has value, victory has none. In a fight for something, the fight is a loss, victory merely relief. 70 percent of American adults do not understand the scientific process.