|
|
|
|
|
by thelambentonion
3481 days ago
|
|
IMO, PureScript has some very interesting advantages in comparison to other functional languages targeting JavaScript. It has a very strong type system, a compiler that can produce optimized and human readable JavaScript, and dead simple FFI. It _also_ doesn't rely on a runtime like Elm or GHCJS do, so the resulting code size is typically much smaller. It's also been used to build some really interesting and unique takes on the frontend design problem (cf. Pux [0] and Halogen [1]). [0] https://github.com/alexmingoia/purescript-pux [1] https://github.com/slamdata/purescript-halogen |
|