clojure-objc is a clojure compiler that generates java(instead of bytecode) 
and uses j2objc(https://code.google.com/p/j2objc/) to translate it to objc.

Goals
 * Write iOS and MacOS apps in clojure
 * Future proof: new features on clojure should be easy to add 
 * Distribute clojure-objc libs using maven
 * Pure clojure libs should 'just work' (if they only use the jre emulated 
classes)
 * ObjC dynamic interop
 * Run tests in the jvm (with no ObjC interop)
 
For more information:
https://github.com/galdolber/clojure-objc

Lein plugin:
https://github.com/galdolber/lein-objcbuild

Sample project:
https://github.com/galdolber/clojure-objc-sample

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to