Is there a reason why Racket's match doesn't seem to currently support
nested quasiquote?

> (define x 1)
> `(`(,x ,,x))
'(`(,x ,1))
> (match `(`(,x ,,x))
  [`(`(,x ,,x)) x])
. match: syntax error in pattern in: (unquote x)

--
Thomas

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to