lamedh

Lambda Calculus Interpreter

3
5
Python

Lamedh - the origins of λ

The Phoenician letter Lamedh, based on an ox goad, gave rise to the greek λ.

Install

After cloning this repository, change directory inside the repo folder. Then type on your terminal

poetry install

Install in development mode

Let’s you edit the source code and see the changes reflected in the lamedh command

poetry install

To run tests

poetry run pytest

Usage

To open the interactive lamedh console on your terminal, simply type

lamedh

faster