An open API service indexing awesome lists of open source software.

https://github.com/rtlevy/lambda-react

Interactive lambda calculus interpreter built with Typescript and React
https://github.com/rtlevy/lambda-react

Last synced: about 1 year ago
JSON representation

Interactive lambda calculus interpreter built with Typescript and React

Awesome Lists containing this project

README

          

A web app for interactively exploring expressions in the lambda calculus

## Building

To build the project, run:

```
> npm install
> webpack
```

To serve the contents of the `public/` directory, run:

```
> npx http-server
```