Forgot to send this earlier, question still stands:

Based on my reading of the docs, the two expressions

(datum->syntax 
 #f
 (cons a b))

(datum->syntax
 #f
 (cons (datum->syntax #f a)
       (datum->syntax #f b)))

…compute equivalent values.  They're not "equal?", but I conjecture that 
they're interchangeable.

I'm asking this because I want to wrap the 'require's inserted by 
run-teaching-program.rkt with stepper hints (Eli, don't read this!), and I 
can't do that until they're syntax objects.  

John


Attachment: smime.p7s
Description: S/MIME cryptographic signature

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to