Hacker News new | ask | show | jobs
by jonahx 3898 days ago
Which haskell to js project do you recommend? The wiki lists a number of them, but it's to tell which is the best choice.
2 comments

GHCJS. That said, there's not necessarily a best choice because it depends on what type of application you're transpiling.

There's an Om-like UI project with bindings to virtual-dom https://github.com/boothead/oHm as well as various react bindings such as https://github.com/joelburget/react-haskell

ghcjs.

For something that follows the semantics of JS and produces very readable code (a la TypeScript), PureScript is really nice.