JonyEpsilon / gorilla-repl

A rich REPL for Clojure in the notebook style.
http://gorilla-repl.org
MIT License
888 stars 104 forks source link

Allow opening of any clj file #252

Closed benfb closed 7 years ago

benfb commented 8 years ago

Right now, it's difficult to use Gorilla without adding markdown to each file manually. I've modified the file loading function to allow the user to load any .clj file, adding the necessary markup to put all of the user's current code into one cell.

JonyEpsilon commented 7 years ago

Looks great, thanks :-) You wanna do the merge?