|
|
|
|
|
by paf31
4281 days ago
|
|
> I fail yet to see what advantages PureScript brings compared to Elm. I think they fit different use cases. Elm is excellent at interactive web apps using FRP. PureScript is a little more general purpose and has a few type system features which Elm currently does not (type classes and rank N polymorphism). Also, PureScript's generated code is a bit simpler and doesn't need a runtime library. |
|