silky / silky.github.com

personal website
https://silky.github.io
1 stars 1 forks source link

have a go at a reactive yesod thing #20

Open silky opened 8 years ago

silky commented 8 years ago

ghcjs + "reflex" apparently is what FPcomplete are doing some stuff in

see also - https://groups.google.com/d/msg/yesodweb/9O_V8hezQBw/ZHkDZZ7vAQAJ

silky commented 8 years ago

i've since learned that the apparent state-of-the-art is to just compile ghcjs as a "client" and include the output; "all.js", in a yesod site. this is pretty uninteresting to me, as the interop between them is then not haskell-type-safe, so what's the point?