https://github.com/andreacrotti/live-repl
https://github.com/andreacrotti/live-repl
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreacrotti/live-repl
- Owner: AndreaCrotti
- Created: 2023-09-29T14:43:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:30:34.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T08:30:58.242Z (11 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.