Hacker News new | ask | show | jobs
by LukeHoersten 4353 days ago
Anyone know of a Haskell or proper Haskell subset that can do something similar (hopefully batteries included)?
1 comments

Absolutely not "batteries included" but I've put some work into a React interface for Haste, which is a Haskell->JS compiler.

https://github.com/takeoutweight/shade

Awesome. Thanks a lot.