gorilla-repl
gorilla-repl copied to clipboard
A rich REPL for Clojure in the notebook style.
Currently you can have nice colourful EDN rendered, or you can have nicely indented EDN rendered in monochrome with `pprint`. It would be nice to have plain Clojure code syntax...
This will override the host binding for nrepl, allowing users to bind its socket to something other than localhost.
This small modification adds a toggle to the gorilla keymap. This will allow switching between gorilla keymap and regular keymap.
I've found myself with the occasional need to expose a Gorilla REPL session to the outside world, and I've done so by adding HTTP basic authentication middleware. There's currently no...
This adds viewer support for files on [IPFS](https://ipfs.io/), by extending viewer to two new sources: - `view.html?source=ipfs&hash=` - `view.html?source=ipns&hash=` You can try it with the one of the example files...
This PR introduces the choice to directly call into nrepl - bypassing the network. At first, I considered removing the call over the network. I decided to keep it because...
When a segment produces multiple values, the values are consistently shown, stored, and reloaded. The patch detects when a value is added to the segment which already produced a value,...
Hi, Jony! :wave: I was reading #193 and decided to give it a go! So, I wrote a draft! And this is a WIP PR. Do not merge; do not...
This pull request updates a lot of Gorilla REPL to allow for an external system to hook into Gorilla REPL. There are options for overriding fixed strings in the client...
I am just poking around with gorilla-repl and its seems it is not far away from being "cleanly" embeddable. Would you be interested to see a PR with those changes?