aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-05-22 19:07:12 +0000
committerJJ2024-05-22 20:46:48 +0000
commit87d674d80ee396d25b1b4f045ac1c540c27c0063 (patch)
tree7baf660ad5a475bc8fadc81cd655c217018dbdcc
parentfb081fc0852e394494a5285fbd16754e03b714e9 (diff)
readme: add description
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a50aeb..798e8a1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# the mechanicals
-various implementations of the lambda calculus
+Various implementations of the lambda calculus (and friends).
+
+The code here is hopefully pretty readable: but makes heavy use of quasiquoting. For an introduction, see [*Explaining Lisp's quoting without getting tangled*](https://cadence.moe/blog/2022-10-17-explaining-lisp-quoting-without-getting-tangled).