Last active
October 1, 2024 17:10
-
-
Save hirrolot/1e415c53471370c836c2b22d56ec6e5b to your computer and use it in GitHub Desktop.
A two-line lambda calculus with metacircular (shallow) embedding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let lam f = f | |
let appl f x = f x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment