Skip to content
New issue

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

start repl in specific namespace? #13

Open
krisc opened this issue Jan 15, 2014 · 3 comments
Open

start repl in specific namespace? #13

krisc opened this issue Jan 15, 2014 · 3 comments

Comments

@krisc
Copy link

krisc commented Jan 15, 2014

Is there a way when creating a repl with make-repl-jframe to start in a specific namespace and not the user namespace?

@Grahack
Copy link

Grahack commented Jan 4, 2016

I'm interested too, did you find a solution since those last two years?

@Grahack
Copy link

Grahack commented Jan 5, 2016

: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-ns to whatever et throws an error at startup.

But the repl is still starting in user.

@Grahack
Copy link

Grahack commented Jan 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants