[Larceny-users] quote-like form

David Van Horn dvanhorn at ccs.neu.edu
Sat Sep 19 10:00:03 EDT 2009


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))     => #t

I wonder if someone could sketch how to do this in Larceny?

Thanks,
David



More information about the Larceny-users mailing list