Simple implementations of the lambda calculus

12 Nov
2006
12 Nov
'06
10:32 a.m.
Some time ago I made a little experiment and implemented an interpreter for the lambda-calculus in Haskell. The only reason was that I wanted to try different ways of doing it. So I did it using simple substitution (i.e., as the textbooks describe it), unique identifiers, deBruijn indicies, and higher order abstract syntax. You can get the code from http://darcs.augustsson.net/Darcs/Lambda/ or just check out small paper at http://darcs.augustsson.net/Darcs/ Lambda/top.pdf -- Lennart
6765
Age (days ago)
6765
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lennart Augustsson