Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 258 Bytes

File metadata and controls

4 lines (4 loc) · 258 Bytes

Meta-Programming & Language-Oriented Design

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.