Hacker News new | ask | show | jobs
by tome 3592 days ago
Does PureScript have some alternative approach to growing the language? Or is your comment suffixed with an implicit "for now"? :)
1 comments

My impression is that PureScript aims to not be configurable. For example, the compiler does not allow you to disable warnings. Other tools, like `psa`, can do that, but the base language is always the same.

Specifically related to language extensions, there is this wiki page: https://github.com/purescript/purescript/wiki/Differences-fr...

> The PureScript compiler does not support GHC-like language extensions.