From ... From: Erik Naggum Subject: printing lists Date: 1996/08/24 Message-ID: <3049869637359318@arcana.naggum.no>#1/1 X-Deja-AN: 176159091 sender: erik@arcana.naggum.no organization: Naggum Software; +47 2295 0313 newsgroups: comp.lang.lisp another question about near-trivial Common Lisp requirements. ANSI X3.226 section 22.1.3.5 Printing Lists and Conses clearly states how a list should be printed. however, is there room for printed forms that exploit the readtable? e.g., '(quote foo) => 'foo, '(function foo) => #'foo, '`(foo ,bar) => `(foo ,bar). if so, how would it be requested? #\Erik