editors

Discussion about all editors used for Clojure/ClojureScript
erichmond 2015-08-25T01:29:57.000463Z

Do I need to do anything special to use the cljs REPL in cursive?

erichmond 2015-08-25T01:30:17.000464Z

when I try and reference js/Document in the REPL, it complains, but figwheel loads it fine

rauh 2015-08-25T17:35:29.000002Z

Cursive: Is there a way to add directories to the classpath when running a REPL with the clojure.main method? Reason: Java doesn't take two -cp arguments. Related: https://github.com/cursiveclojure/cursive/issues/1036