David Van Horn wrote:
Suppose I define a cons-like structure and I want to provide a form that is like quote, but produces my cons-like things when it quotes syntactic pairs. In particular, I need the form to respect the eq?-ness requirements on quoted pairs, so that:(define (f) '(x)) (eq? (f) (f)) => #f
D'oh. I mean #t, of course. David
