clj-swingrepl
clj-swingrepl copied to clipboard
start repl in specific namespace?
trafficstars
Is there a way when creating a repl with make-repl-jframe to start in a specific namespace and not the user namespace?
I'm interested too, did you find a solution since those last two years?
:init #(in-ns 'microalg.clj.microalg) should work as:
- it works for
clojure.main/repl, - the function seems to be executed since when I change
in-nstowhateveret throws an error at startup.
But the repl is still starting in user.
In fact it works, but only 1.3.0 has been published to clojars with the swingrepl id.
uk.org.russet/swingrepl worked for me.