Ecosyste.ms: Awesome

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

https://lunarcast.github.io/lunarflow/

Lambda calculus go brrrr
https://lunarcast.github.io/lunarflow/

functional-programm lambda-calculus purescript

Last synced: about 1 month ago
JSON representation

Lambda calculus go brrrr

Lists

README

        

# Lunarflow

> This project is currently on hold. I might or might not resume development.

Lunarflow is a lambda calculus visualizer. This is still in a super early stage, so maybe start this repo and come back in a few months :D

Try it out [here](https://lunarcast.github.io/lunarflow).

## Setup

- Clone the repo
- Run:
```sh
pnpm install
```

### Dev server

- Run

```sh
pnpm dev
```

### Build for production

- Run

```sh
pnpm build
```