aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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).