aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-15 16:21:29 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-01-05 17:11:20 +0100
commitce529296fb83b21950c15eab60b23074ccc79c2e (patch)
tree7dca0da8e57841f2f8efa31783196888511002cd /README.md
parentb8d1c62d87e418fb6a7b0ca6c5891b9b7c1ecf0c (diff)
Add syntax form for writing macros
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0f030a8..b6b4f60 100644
--- a/README.md
+++ b/README.md
@@ -96,3 +96,4 @@ with your patch to the following address: thomas _at_ thomaslabs _dot_ org
;; type 2 - {{@lambda}{@x @y}{@x}}{Hello}{World}
;; semantically. What exactly is a chain?
+;; is syntax just like define-syntax in scheme?