Re: java interop 'optional vararg' issue?

2012-01-10 Thread bjconlan
other languages... but I have mixed thoughts if this is actually the best stance in this case. I guess if I felt strongly enough I could always fork and submit a patch... Again thanks for clarifying and the suggested solution. B. On Jan 10, 10:45 pm, Tassilo Horn wrote: > bjconlan writes:

Re: java interop 'optional vararg' issue?

2012-01-10 Thread bjconlan
Please read every reference to "Path" as "Paths" in regards to the class that I'm referring to (as is referenced by the anchor) On Jan 10, 10:26 pm, bjconlan wrote: > I'm just playing around with the the nio2 package in jdk7 and have > found clojure doesn

java interop 'optional vararg' issue?

2012-01-10 Thread bjconlan
I'm just playing around with the the nio2 package in jdk7 and have found clojure doesn't interop "nicely" when resolving a method signature if the signature conflicts the polymorphic equivalent with appended variable argument. Just writing that feels confusing (let alone the quasi techno babble) s

Re: Thin clojure wrapper for zeromq

2011-12-18 Thread bjconlan
Sorry I should have read the full mail. For some reason I read it as a question for an alternative to clojure-zeromq. Ignore my previous email. It also doesn't support zmq.3x (only 2.x series). Sorry about that, B. On Dec 18, 6:10 pm, Andreas Kostler wrote: > Hi All, > For a little hobby project

Re: Thin clojure wrapper for zeromq

2011-12-18 Thread bjconlan
https://github.com/dysinger/zilch It is used by the Storm project which is enough of a thumbs up for me. (I've forked it also @ https://github.com/bjconlan/zilch - but I only point this to you because if you are using osx I've improved on the readme for getting a more recent versi

Re: clojurescript on windows (how create goog.jar)...Noob question

2011-12-07 Thread bjconlan
s some manually built assets such as the goog.jar you require which are not contributed to maven) it's found @ https://github.com/bjconlan/clojurescript. If you have leiningen installed you can just call `lein deps` and it will populate the `lib` folder with the required libraries then just copy them