diff options
author | Eduardo Julian | 2022-06-24 22:38:07 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-24 22:38:07 -0400 |
commit | a384e0c9426d6110fa4c104a1327808a0aff91b0 (patch) | |
tree | f4af3d7122e1cc18c00b269562c592f81ad3ca3d /documentation/bookmark/programming_language | |
parent | 7249707e7c09be68dfb7507ba363efd3300a0141 (diff) |
Generalized machinery for context-aware macros.
Diffstat (limited to 'documentation/bookmark/programming_language')
-rw-r--r-- | documentation/bookmark/programming_language/syntax.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/bookmark/programming_language/syntax.md b/documentation/bookmark/programming_language/syntax.md index 2d11ffaa7..5d28ea88d 100644 --- a/documentation/bookmark/programming_language/syntax.md +++ b/documentation/bookmark/programming_language/syntax.md @@ -1,4 +1,8 @@ # Reference +0. []() +0. [Composable and Compilable Macros: You Want it When?](https://www.cs.utah.edu/plt/publications/macromod.pdf) +0. [From Macros to Reusable Generative Programming](http://cs.brown.edu/~sk/Publications/Papers/Published/kfd-macro-to-gen-prog/) +0. [Not everything is an expression](https://codewords.recurse.com/issues/two/not-everything-is-an-expression) 0. [Rhombus](https://github.com/racket/rhombus-prototype) |