You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is meta-programming? What are macros? Why use them? This talk gives an introduction to macros
and meta-programming in Racket. We define a number of constructs from Racket ourselves using the
macro system.