How to use NAR dependency from Leiningen

2014-12-19 Thread Dragan Djuric
Hello all, I have created, tested and packaged a JNI library to a nar archive using nar-maven-plugin 3.2.0. It compiles and installs into .m2 local repository. Now, if I would wanted to call it from another project. As I understand, if it was a Maven project, I would need to do 2 things: 1.

Re: try-let

2014-12-19 Thread Simon Stender Boisen
Old thread, but still works great, thanks! Den onsdag den 28. april 2010 03.25.26 UTC+2 skrev ataggart: Inspired from an earlier discussion, I've written a macro that allows let-style binding values to be try'd, and still available to catch/ finally clauses. E.g.: (try-let [from

Re: Persistent Data Structures for Objective-C/LLVM

2014-12-19 Thread Raju Bitter
Wow, that's incredible! Who would have thought that anything written in ClojureScript - and running inside a JS engine - could ever be so much faster than an Objective-C implementation! On Thu, Nov 13, 2014 at 5:17 AM, Mike Fikes mikefike...@gmail.com wrote: I'm thinking Anton's persistent

[ANN] org.clojure/tools.namespace 0.2.8

2014-12-19 Thread Stuart Sierra
tools.namespace: parse namespace declarations and reload files in dependency order. https://github.com/clojure/tools.namespace Release 0.2.8 contains the following changes: * Improvement [TNS-31]: Specific error message when `:after` symbol passed to `refresh` cannot be resolved. * Fix

Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-19 Thread David Nolen
I just cut 0.0-2498, the only change is support for `cljs.test/use-fixtures` analogous to `clojure.test/use-fixtures`. David On Wed, Dec 17, 2014 at 4:54 PM, David Nolen dnolen.li...@gmail.com wrote: ClojureScript, the Clojure compiler that emits JavaScript source code. README and source