Fork me on GitHub
#cursive
<
2015-10-20
>
emperorcezar03:10:07

I'm very new to clojure and cursive. I'm going through living clojure and started a project. I added [org.clojure/core.async "0.1.346.0-17112a-alpha"] to my dependancies and in my core.clj I put :require [clojure.core.async :as async] for my namespace. That ends up being highlighted and says "clojure.core.async cannot be resolved". Is there something I need to do to get cursive to see new libraries I add?

cfleming03:10:53

@emperorcezar: Yes, you need to open your Leiningen toolwindow (View-&gt;Tool Windows-&gt;Leiningen, or from the toolwindow bar on the right of your screen) and hit the refresh button.

cfleming03:10:10

You’ll need to restart your REPL after doing that if you have one running, too.

dsapoetra10:10:27

Hi guys, i want to share my problem with datomic and cursive-intelliJ

dsapoetra10:10:55

i use cursive 0.1.63 , intelliJ 14.1.4 , Java 1.8.0_40 , i think there's something wrong in cursive or intelliJ when it comes to datomic connect...

cfleming20:10:57

@dsapoetra: I’m not sure, I know a lot of people use datomic with Cursive

cfleming20:10:43

It’s hard to know what’s going on without knowing more about that failure - can you print *e?