Skip to content

An implementation of the world's oldest functional programming language

License

Notifications You must be signed in to change notification settings

brianmwaters/lambda-calculator.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lambda-calculator.js

lambda-calculator.js is an implementation of the world's oldest functional programming language, λ-calculus. It implements Alonzo Church's original, untyped variant with call-by-value semantics and modern, dot-based syntax. As such, it differs substantially from conventional functional programming language interpreters.

Installation

user@host:~$ sudo npm install --global lambda-calculator.js

Usage

user@host:~$ lambda-calculator.js
> (\ x y . y x) a b
b a
> 

Use Ctrl-C to quit.

About

An implementation of the world's oldest functional programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published