which à la 'Simpsons already did it' rule:
According to the Elm website, under "big projects" it lists the Elm website itself and a couple of rather PoC games. - http://elm-lang.org/Examples.elm
(I'm not saying that FRP is bad, I think it's an interesting concept, but I'm wondering on how efficient it is in production.)
https://groups.google.com/d/msg/elm-discuss/Hdpn3x0554c/3aFt...
Elm is still young but Evan is doing a great job of pushing the language forward.
If by "efficiency" you meant performance, then this is a good page to read:
[1] http://techblog.netflix.com/2013/02/rxjava-netflix-api.html
~/src/elm-package$ cloc . => 2399
~/src/zelkova$ cloc . => 392
---
Also here are two demos:
#1. Mario!
http://jamesmacaulay.github.io/zelkova/examples/mario/
https://github.com/jamesmacaulay/zelkova/blob/gh-pages/examp...
#2. Dragging boxes
http://jamesmacaulay.github.io/zelkova/examples/drag-and-dro...
https://github.com/jamesmacaulay/zelkova/blob/gh-pages/examp...