diff options
author | JJ | 2024-05-22 19:07:12 +0000 |
---|---|---|
committer | JJ | 2024-05-22 20:46:48 +0000 |
commit | 87d674d80ee396d25b1b4f045ac1c540c27c0063 (patch) | |
tree | 7baf660ad5a475bc8fadc81cd655c217018dbdcc | |
parent | fb081fc0852e394494a5285fbd16754e03b714e9 (diff) |
readme: add description
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |