blob: 798e8a104002ab544be85a63a203d7c81328f1e2 (
plain) (
blame)
1
2
3
4
5
|
# the mechanicals
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).
|