|
|
|
|
|
by dmix
2517 days ago
|
|
Can you explain what you mean by "DivisionRing? Really?"? I see this doc regarding the Eff rows IO change, which must have happened after I last used Purescript https://purescript-resources.readthedocs.io/en/latest/eff-to... For me personally using something heavyweight and bolted-on like GHCJS for Purescript's typical JS-replacement use-case's seems to be a far worse option. Even if Haskell is more mature and refined as a language. Particularly the real world production examples of GHCJS-backed apps I've seen people post on /r/haskell have all been bloated, slow, non-web standard, and obviously designed by backend programmers not designers/web developers... so I may be biased. Although that stuff has as much to do with community as it does technology. |
|
My guess is that OP is saying that PureScript’s DivisionRing compared to Haskell’s Fractional is neither practical nor pragmatic.
> For me personally using something heavyweight and bolted-on like GHCJS […]
In my experience the majority of Haskellers agree that GHCJS is not the way to go wrt. web apps.
But I’m not convinced that inventing a new language that’s almost identical to Haskell is the right solution.