Compiling and Interpreting the Lambda Calculus in Haskell

made by tyehle, submitted by porterjamesj
An extensive, clear explanation of how to write a lambda calculus interpreter in Haskell.

llvm-lambda

made by tyehle, submitted by porterjamesj
A compiler for a simple language using LLVM.