-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
[2.0] REPL doesn't load clojure.repl automatically #198
Comments
Actually what Clojure's default REPL does is |
Thanks, @bbatsov! I just pushed I had to do something slightly different for If this checks out for you, @danlucraft, please close this issue. |
Nice! Thanks @PEZ ! |
When using 2.0 alpha, either with Jack-in or connecting manually, the repl doesn't import
clojure.repl
symbols into the namespace.You can do this manually with
(use 'clojure.repl)
but for best first time use it should do this automatically (at least in the pretty open tab repl – it may not make sense to load it into whatever space is being used for evaluating forms from the editor).The text was updated successfully, but these errors were encountered: