Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evinism/lambda-explorer

Tutorial / REPL for the lambda calculus
https://github.com/evinism/lambda-explorer

Last synced: about 2 months ago
JSON representation

Tutorial / REPL for the lambda calculus

Awesome Lists containing this project

README

        

# Lambda Explorer!

[![Build Status](https://travis-ci.org/evinism/lambda-explorer.svg?branch=master)](https://travis-ci.org/evinism/lambda-explorer)

To get running:
```
npm install
npm run dev
```
then navigate to localhost:8082

To not persist or destroy local copy of the game, visit `/?nopersist`

To view the in progress inline definitions, visit `/?inlinedefs`

### Contributing

[Please contribute!](https://github.com/evinism/lambda-explorer/issues)

Disclaimer: This isn't clean code -- this is MVP code. Not absolutely horrible to work with but still don't expect to find supreme design beauty in here.