One problem I've heard with creating Android apps in languages such as
Clojure or Scala is the dependencies (in Clojure's case, probably
clojure.jar and clojure-contrib.jar) that are brought in increase the
size of the app.  Those dependencies may be very small when deployed
as a server app or on a desktop application, but on my poor little G1,
any app more than a few megs risks generating a "Your phone is low on
memory" error.

I haven't yet gotten very far in my Android book, so excuse the
ignorance of this question, but does Android have an easy way to have
shared dependencies, or does each app that uses Clojure need to
package those libraries separately?

On Nov 7, 3:19 am, faenvie <fanny.aen...@gmx.de> wrote:
> hi clojure-commmunity,
>
> when learning 2 new things at a time, one is always
> temped to combine them and have some unrealistic
> fantasies.
>
> i am just reading through the meap of ???
> so it's not a surprise, that i think about a
> combination of clojure and android.
>
> according to other discussions in the mailinglist,
> clojure on android is possible and someone has also
> managed to run the combination. i also noticed, that
> android-support is mentioned in the clojure 'roadmap'
> at jira.
>
> in particular i though of, how clojure could help android
> to overcome its java-dependency on the long run ...
> -> clojure in clojure -> clojure on base of the android
> system-level-abstractions.
>
> also leveraging the power of FP for embedded systems
> programming seams like something that could pay back.
>
> what do you think ? could clojure be androids joker card ?
> and vice versa ? ;-)
>
> have a successful day

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