71 ms·
If you don't mind answering, which Haskell frontend are you planning to use?
by qbit 11y ago
If you don't mind answering, which Haskell frontend are you planning to use?
- akurilin 11y agoI'm hoping that we can find a GHCJS-based FRP solution at some point soon. I've seen Elm in action, and it's pretty neat, same with Purescript, but I'd rather stay within legitimate Haskell for the time being.
- codygman 11y ago> I'm hoping that we can find a GHCJS-based FRP solution at some point soon. Have you tried Reflex (also there is a try-reflex[1])? Purescript generates really concise javascript code, have you checked out Thermite[2]? 0: https://github.com/ryantrinkle/reflex https://github.com/ryantrinkle/reflex 1: https://github.com/ryantrinkle/try-reflex https://github.com/ryantrinkle/try-reflex 2: https://github.com/paf31/purescript-thermite https://github.com/paf31/purescript-thermite