We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way when creating a repl with make-repl-jframe to start in a specific namespace and not the user namespace?
make-repl-jframe
user
The text was updated successfully, but these errors were encountered:
I'm interested too, did you find a solution since those last two years?
Sorry, something went wrong.
:init #(in-ns 'microalg.clj.microalg) should work as:
:init #(in-ns 'microalg.clj.microalg)
clojure.main/repl
in-ns
whatever
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.
swingrepl
No branches or pull requests
Is there a way when creating a repl with
make-repl-jframe
to start in a specific namespace and not theuser
namespace?The text was updated successfully, but these errors were encountered: