Haskell on Android and iOS

We strongly believe that Haskell is one of the best choices for game and app programming. It’s declarative, it’s portable and it’s robust. However, turning your Haskell code into an app that can be published on the App Store or Google Play for Android has always been painful. ...

Par thy Android - A short followup on "60 FPS to 500"

Last week we published a blog post briefly outlining several steps of optimization of a Haskell game. In the article, the last two steps, which referred to parallelism and concurrency respectively, were inverted, making it sound like the Android version was using the parallel library. ...