[racket] Wildcard Macro Names?
Is it possible to have a macro bound to an identifier with wildcards in it?
So, for example, a macro (@*) that would be used for (@x) and (@y), where
the symbols x and y are available during expansion.
Or is this something that would have to be done at the reader level? ie,
(@ ...) is the macro, and the reader turns @x and @y into (@ x) and (@ y)
respectively.
Thanks.
--
Talk to you soon,
Scott Klarenbach
PointyHat Software Corp.
www.pointyhat.ca
p 604-568-4280
e scott at pointyhat.ca
#308 - 55 Water St.
Vancouver, BC V6B1A1
_______________________________________
To iterate is human; to recur, divine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130123/ec55b3c3/attachment.html>