Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 857 Bytes

File metadata and controls

21 lines (15 loc) · 857 Bytes

unlambda

general version GPL Licensed Build Status

An Unlambda Interpreter written in Haskell. It's basically a cleaned-up version of this, where I added the REPL and the cabal files.

Building & Installing

Unlambda has a cabal toolchain, which means you can install it by issuing cabal install if you have the tool installed.

Running

You can run files like with any regular interpreter by using the command unlambda yourfile or go into interactive mode by running unlambda without any other arguments. You will be greeted by your run-of-the-mill shell.

Have fun!