Re: Clojure performance on Android

2015-09-23 Thread Roger Keays
Okay, thanks. Looks like I will have to do some experimenting to get the setup I want... On Wednesday, September 23, 2015 at 3:02:01 AM UTC+2, Ben Brinckerhoff wrote: > > On my team, we tried using RoboVM to compile Clojure to iOS. It worked > fine once it booted, but startup time was a concer

Re: Clojure performance on Android

2015-09-22 Thread Ben Brinckerhoff
On my team, we tried using RoboVM to compile Clojure to iOS. It worked fine once it booted, but startup time was a concern. We didn't spend a lot of time optimizing it though. We also found the compile/boot cycle to be quite long (over 50s to see a change). My understanding (perhaps mistaken) is

Clojure performance on Android

2015-09-22 Thread Roger Keays
Hi all, Thanks for giving the world Clojure. It's already made my life better just by applying the idioms to my Java code (e.g. http://www.ninthavenue.com.au/java-with-no-design-patterns). I'm starting on a new project soon and would like to use Clojure, however in my experiments so far perfor