diff options
author | Eduardo Julian | 2022-07-01 18:53:58 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-07-01 18:53:58 -0400 |
commit | 104130efba46a875eba566384578f8aa8593ad37 (patch) | |
tree | b538fabc8b8a44a37b1806092b3f17a764fc73f2 /documentation/bookmark/programming_language | |
parent | a8d76e48df01d0f5326faa8456797f91cb2cbeba (diff) |
Moved "lux/macro/code" to "lux/meta/code".
Diffstat (limited to 'documentation/bookmark/programming_language')
-rw-r--r-- | documentation/bookmark/programming_language/syntax.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/bookmark/programming_language/syntax.md b/documentation/bookmark/programming_language/syntax.md index 5d28ea88d..b472a2c6b 100644 --- a/documentation/bookmark/programming_language/syntax.md +++ b/documentation/bookmark/programming_language/syntax.md @@ -1,6 +1,7 @@ # Reference 0. []() +0. [Wisp: Whitespace to Lisp](https://www.draketo.de/proj/wisp/) 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) |