Categories: Computer Science

Composable and compilable macros:

Matthew Flatt

DOI: 10.1145/583852.581486

Journal-article published September 2002 in ACM SIGPLAN Notices volume 37 issue 9 on page 72-83
© Association for Computing Machinery (ACM)

Keywords: #scheme  #lisp  #macros  #syntax-rules  #declarative macros  #racket  #r6rs  #module  #syntax  #metaprogramming  Edit keywords

1 0 5.0 Posted: 10.Dec.2017
Austin Tasato 10.Dec.2017

This is a fundamental paper in the field of Scheme programming language declarative macros, also often referred to by its keyword `syntax-rules`. The other paper can't be cited within the system yet: "Implicit phasing for R6RS libraries". Anyone who wants to understand more about the relationship between macros and modules should read this. This is fundamental reading for understanding Racket/R6RS Scheme

No results found.
Back to Top