Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSelf-compiler #268
Open
Self-compiler #268
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The goal is to write a lambda zero compiler in lambda zero. Since the core language is the lambda calculus, this is very similar to the core of a Haskell compiler, so the STG machine that GHC uses is probably the best approach.