Running a Haskell program on the Android OS

Forenote: This is an extension of the thread started on /r/haskell

Lets start with the facts:

  • Android is one awesome Operating System
  • Haskell is the best programming language on the planet

Therefore, clearly, combining them would make Android development that much better. So essentially I would just like to know how I can write Haskell programs for the Android OS. My question is:

How can I get a Haskell program to execute/run on the Android OS?

6 Answers
6

Leave a Comment