14 ms·
A short synopsis is that Clojure 1.2 works out of the box, but startup time is poor. According to the author of the REPL app, this is due to bootstrapping the C
by briancooley 16y ago
A short synopsis is that Clojure 1.2 works out of the box, but startup time is poor. According to the author of the REPL app, this is due to bootstrapping the Clojure runtime, specifically the clojure.core namespace. (http://www.deepbluelambda.org/programming/clojure/creating-android-applications-with-clojure http://www.deepbluelambda.org/programming/clojure/creating-a...)
There is at least one fairly recent thread on the clojure group (http://groups.google.com/group/clojure/browse_thread/thread/876c90d3ae353c61?pli=1 http://groups.google.com/group/clojure/browse_thread/thread/...) and a SO question with some links as well (http://stackoverflow.com/questions/4651757/clojure-on-android/4675855#4675855 http://stackoverflow.com/questions/4651757/clojure-on-androi...)