
Meetup: http://www.meetup.com/papers-we-love/events/220021234/
Paper: https://www.cs.utah.edu/plt/publications/macromod.pdf
Slides: http://bit.ly/1KNwpjC
Audio: https://www.mixcloud.com/paperswelove/sam-tobin-hochstadt-on-composable-and-compilable-macros/
--------------------------------------------------------------------------------------------------------------------------------------------------
Sponsored by Two Sigma (@twosigma), The Ladders (@TheLaddersDev), and LispNYC (@lispnyc)
--------------------------------------------------------------------------------------------------------------------------------------------------
Description
---------------
"Composable and Compilable Macros" introduces the Racket module system, which addresses the following problem: When you have macros that run programs at compile-time, how does this interact with separate compilation and ahead-of-time compilation. The paper introduces ...