https://lunarcast.github.io/lunarflow/
Lambda calculus go brrrr
https://lunarcast.github.io/lunarflow/
functional-programm lambda-calculus purescript
Last synced: 5 months ago
JSON representation
Lambda calculus go brrrr
- Host: GitHub
- URL: https://lunarcast.github.io/lunarflow/
- Owner: lunarcast
- Archived: true
- Created: 2020-09-17T11:03:53.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-18T16:50:34.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T08:34:51.488Z (about 1 year ago)
- Topics: functional-programm, lambda-calculus, purescript
- Language: PureScript
- Homepage: https://lunarcast.github.io/lunarflow/
- Size: 1.64 MB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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
```