android
,
board games
,
functional programming
,
functional reactive programming
,
game programming
,
ios
,
iphone
,
parallel haskell
,
reactive
,
yampa
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.
...
android
,
FRP
,
functional programming
,
functional reactive programming
,
game programming
,
games
,
haskell
,
parallel haskell
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.
...