Re: [racket-users] I wrote my first macro ever!

2019-05-03 Thread Jérôme Martin
> https://www.mail-archive.com/racket-users@googlegroups.com/msg40201.html This was effectively the best writing I could read about syntax-parse templates and the quirks of using ~@ and ~?. Thank you so much Alexis for those explanations! You rock. On Tuesday, April 30, 2019 at 10:12:15 PM UTC+

Re: [racket-users] I wrote my first macro ever!

2019-04-30 Thread David Storrs
Congratulations on dipping into the macro world! It is an interesting, terrifying, and often frustrating experience. :> I see that you've already read Fear of Macros, which is great. In addition to FoM, one of the most useful resources I've found for understanding ... in macros has been Alexis K