Login
From:
The Haskell Programming Language's blog
(Uncensored)
subscribe
Case Study — Using a JavaScript component inside a Haskell application
https://blog.haskell.org/case-study-foreign-integration-js-browser/
links
backlinks
Roast topics
Find topics
Find it!
GHC since version 9.8 allows us to create callbacks from JS to Haskell code, which enables us to create full-fledged browser apps. This article shows how to use the JS backend with foreign component libraries.