[galdolber/clojure-objc "1.7.0-RC1"]
[lein-objcbuild "0.1.9"]
## Changes
* Sync with clojure 1.7.0-RC1
* Consistent anonymous functions naming to prevent cascade changes, resulting on faster incremental compiles
* lein-objcbuild can now build standalone binaries, making it possible to write native command line and desktop apps in clojure for any platform.
## Sample console app
$ time ./cljobjc some parameter
[./cljobjc some parameter]
real 0m0.150s
user 0m0.080s
sys 0m0.062s
As always feedback welcome!