10

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?

Community
  • 1
  • 1
Lay González
  • 2,901
  • 21
  • 41

2 Answers2

7

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.
  • 4,245
  • 20
  • 22
  • 8
    But note that Elm is very much *not* Haskell (in my opinion, it is a vastly inferior *language* with a very nice *framework*). – Cactus Feb 06 '15 at 02:04
  • @Cactus, Elm's compiler is *written* in Haskell, so clearly the Elmers have a more positive view of Haskell than you do of Elm. – dfeuer Feb 06 '15 at 04:25
  • 1
    I would agree that Elm is inferior to Haskell, but I would save the phrase 'vastly inferior' for describing JavaScript. :-D – Kris Jenkins Jun 18 '15 at 16:21
3

Well, I found this: A game in Haskell with Sodium FRP & GHCJS

Lay González
  • 2,901
  • 21
  • 41