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

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/)

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).