gorilla-repl
gorilla-repl copied to clipboard
A fork of Jony Epsilon's rich REPL for Clojure in the notebook style.
Currently, if you start a long-running evaluation (maybe even an infinite loop) and want to kill it, you have to kill the server, start a fresh one, and reopen/reload everything...
Hi, is it possible to run "gorilla-repl" embedded with an uberjar? I have a `-main` function where I have the following: ```clojure (g/run-gorilla-server { :port 8990 :ip "0.0.0.0" :nrepl-port 0)...
If Gorilla REPL could be launched without an existing project (ideally from the browser rather than the command line), and if new projects could be created from within Gorilla REPL,...
Gorilla REPL is a fabulous coding environment for Clojure newcomers, but installing Java and leiningen is often a non-trivial hurdle, sometimes even a showstopper. I don't know if/how this is...
Under some conditions a cell scrolls suddenly to the previous insertion point when you try to click elsewhere in order to edit. This seems to me to reproduce the problem...