JonyEpsilon / gorilla-repl

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

Pass app-routes to server as a var. #143

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hey, I wonder if the app-routes should be passed to the run-server as a var in gorilla-repl.core, this would make experimenting with gorilla a lot easier as it could be changed from within a notebook.

JonyEpsilon commented 10 years ago

I change the server side code so infrequently that I tend to just restart the server after every change! But it would be easier, you're right, and I don't see any downside. So yes, will do this.