Re: Clarity Keyboard by SwiftKey - Written in Clojure

2015-05-08 Thread Adam Clements
Haven't played with j2objc, but have had a play with compiling the core in RoboVM using lein-fruit. The limitations are a bit different on iOS though, for example the 40mb hard limit on ram usage for a keyboard before it is forceably kicked out of memory, and that's around the low end of what we're

Re: Clarity Keyboard by SwiftKey - Written in Clojure

2015-05-08 Thread adrians
Just tried the keyboard on my old Galaxy Nexus and I have to say that it felt really responsive (prediction works great, too). This really validates Clojure (well Skummet) for Android development, IMO. Congrats on pushing the boundaries and for the writeup around what you've done. I'm curious if

Re: Clarity Keyboard by SwiftKey - Written in Clojure

2015-05-08 Thread Dave Sann
Very good news for clojure-android. Keen to hear more. Dave On Friday, 8 May 2015 21:18:50 UTC+10, Adam Clements wrote: > > Hi all, > > Just thought you might be interested to know that last week we (SwiftKey) > released an Android app, written from the ground up in Clojure, which as of > th