https://github.com/nomisrev/etaplayground
Playground to play with Eta (https://eta-lang.org/)
https://github.com/nomisrev/etaplayground
Last synced: about 1 year ago
JSON representation
Playground to play with Eta (https://eta-lang.org/)
- Host: GitHub
- URL: https://github.com/nomisrev/etaplayground
- Owner: nomisRev
- Created: 2018-07-28T13:07:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-28T13:08:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-31T07:41:38.700Z (over 1 year ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# Eta playground repo
Playground to play with Eta, the Haskell on the JVM.
- Code from [Tour of eta](https://tour.eta-lang.org/) and my notes can be found [here](tour)
- A modified version of Eta's web service example with an additonal endpoint can be found under [eta-service](eta-service).