Vladislav Ganshin

Results 4 comments of Vladislav Ganshin

I think that restarting a repl should be manual. If one wants 'to pick up all new dependencies on-the-fly', have a look at [lucid.package lib](http://docs.caudate.me/lucidity/lucid-package.html). At first, you have to...

@EthanEChristian the latest one. 0.21.1

@starrysl @kernelp4nic @acron0 @GlogoJava, to solve this issue i've created the `project.clj` which looks like this: ``` clojure (defproject app "somename" :dependencies [[org.clojure/clojure "1.6.0"]]) ``` and put it in `C:\Clojure`.

@jsmankoo, I had the same problem. However, this problem went away after I restart Atom.