Fork me on GitHub
#beginners
<
2015-11-02
>
roberto16:11:01

I didn’t think I would have so much fun playing with JavaFx in clojure.

roberto16:11:11

it is a good break from web dev.

clojuregeek20:11:02

I have a library i made and have lein install so its in my local mvn ... when I want to use cider in a project that uses it ... it complains it can't find the ns/functions that are defined in the library

clojuregeek20:11:06

going to open source this library soon (have to get approval) then it should be easy to pull in from clojars

ordnungswidrig21:11:14

@clojuregeek: have a look in the jar file in your local repo. make sure it contains the expected files i.e. /my/namespace/whatever.clj

clojuregeek21:11:59

OK I'll look when I get back to my desk, thanks!