This version makes several modifications to the original Gorilla REPL that allow it to be used as a complete programming environment:
Open any `.clj`, `.cljs`, `.cljc`, or `.hl` file. If the file does not already have Gorilla REPL worksheet markup, it will appear as a worksheet with the entire contents of the file in a single input cell.
Save a worksheet without Gorilla REPL worksheet markup. This will save only the text in the worksheet's input areas. Note that this, in conjunction with the first feature listed above, allows you to use Gorilla REPL to open, edit, and save any Clojure file, without introducing unwanted markup.
Use a leiningen template to easily create a new Clojure project using the `app` template (allowing it to be run from a command line with `lein run`) and also including a dependency to the proper version of the Gorilla REPL plugin.
Getting started with this version of Gorilla should be simple:
lein new gorilla-app foo
Lee
unread,
Oct 27, 2016, 5:15:29 PM10/27/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
Awesome.
FYI shift-tab to auto-reindent a selection (present in the original Gorilla REPL as well, but an essential feature IMHO that's otherwise undocumented).