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

https://github.com/andreacrotti/live-repl


https://github.com/andreacrotti/live-repl

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Live REPLing for fun and profit

Showcase project for different kind of live REPLs, how to connect to them and various related tips&tricks.

You can run the project either the [run.sh](./run.sh) script in three ways:
- `./run.sh docker` (builds a docker image and runs it)
- `./run.sh jar` (runs from the jar file)
- `./run.sh` (runs directly with `clj`)

This project can then be used to showcase the different REPLs and how reloading works.