Created
June 29, 2019 07:56
-
-
Save romainl/c0624023f1eddc15f34b42e415f8d07e to your computer and use it in GitHub Desktop.
Haskell musings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://haskell-miso.org/ | |
a web framework inspired by Elm, uses GHCJS | |
http://blog.vmchale.com/article/haskell-frontend | |
a quick Miso tutorial | |
https://dc25.github.io/myBlog/2017/11/26/minesweepers-written-using-elm-reflex-miso.html | |
a comparison of Elm, Reflex, and Miso | |
https://reflex-frp.org/ | |
functional-reactive programming in Haskell | |
https://haste-lang.org/ | |
provides ways to write both the front-end and the back-end of an application as one single application | |
https://github.com/ajnsit/concur | |
an interesting Haskell framework | |
https://github.com/pkamenarsky/replica | |
a remote virtual DOM library for Haskell | |
https://github.com/pkamenarsky/concur-replica | |
a concur backend for replica |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment