On Friday, May 25, 2012 4:45:03 PM UTC-5, HelmutKian wrote:
>
> I've recently been on board a project that will targeting Android, and 
> I've been given pretty much free reign chose my tools.  I'm an experienced 
> Common Lisper and a fairly new Clojure user, but I'd like to know about 
> the feasibility of writing real-world Android applications in Clojure.


The work by Daniel Solano Gomez at https://github.com/sattvik/neko is the 
state of the art, so to speak. There's a start-up time penalty associated 
with loading the runtime, and you'll need Daniel's fork of clojure if you 
want to do anything dynamic. The readme in the repo is pretty good; you 
should check it out.

There's also a google group (clojure-android) which you may have found 
already, and Alex Yakushev has a blog 
at http://clojure-android.blogspot.com/ to cover his work for Google Summer 
of Code (and maybe beyond?).

You might want to check out Daniel's Clojure REPL in Google Play. You can 
use it to evaluate forms on the device, and it will give you some idea of 
the performance of dynamic compilation.

Best regards,
Brian Cooley

-- 
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

Reply via email to