Hello,

I am exploring macros and am trying to define a variable at the top level 
(with the goal in mind to dynamically define a group of functions from a 
macro).

with-syntax works fine however I was just wondering if it is possible to 
directly inject an identifier as syntax within syntax - something like the 
following which does not work!

(define-syntax x
    (lambda (x)
      #`(define ,#'y "y val")))

(x)
y => y: undefined;
 cannot reference an identifier before its definition

this is just to satisfy my own curiosity :-)

Cheers,
Sean

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/5836fddb-fbc4-464c-87b8-68cff47b69f2%40googlegroups.com.

Reply via email to