Reputation: 874
Hi i know there are similar questions. But maybe thare are any updates or new libraries in this area. What I'm looking for:
I saw these useful links:
And I understand that I could use
Are there any Haskell, Android experts?
Upvotes: 17
Views: 3436
Reputation: 426
It really depends what you want from your Haskell on Android.
If you want to write Haskell98 code on Android, you can use JHC and create NDK bindings yourself. I
GHC is available on ARM. This should enable using most Hackage packages available in an ARM environment. I've haven't heard much in terms of experience reports working with GHC ARM Builds.
It seems like the inevitable conclusion of functional programmers on Android is to invest your time in Clojure and Scala.
Upvotes: 2