Is it possible to run a game written in Haskell in the browser? (Through GHCJS maybe?)

2/5/2015

I wonder if it is currently possible to write games in Haskell with Helm or any other engine that run on the browser through GHCJS?

-- Lay González
ghcjs
haskell
kubernetes-helm
sdl-2

2 Answers

2/6/2015

Here's Pong in Elm.

And not a full game, but a turtle swimming

Mario walking around and jumping.

Here's a recent "Brief and Partial Review of Haskell in the Browser"

-- ja.
Source: StackOverflow

2/6/2015
-- Lay González
Source: StackOverflow