[Haskell-cafe] Alternative Preludes

Adam Bergmark adam at bergmark.nl
Thu Jun 28 09:23:15 UTC 2018


I think rio looks very reasonable, it just reuses common libs. foundation
is a cool project but they e.g. implement their own text type which
probably means you will have to do conversions as soon as you try to use
other libs. base-noprelude is only useful if you want to avoid having
access to the default prelude and/or if you want to create your own. classy
prelude seems a bit overkill, the author later released rio so i’m not sure
if classy should be considered deprecated.

Cheers,
Adam


On Thu, 28 Jun 2018 at 08:23, Hilco Wijbenga <hilco.wijbenga at gmail.com>
wrote:

> Hi all,
>
> I've been looking for a different Prelude to, at minimum, default to
> Text instead of String but I'm sure there are other things that would
> be helpful. E.g., less focus on lists.
>
> I had a look at [1] and protolude, classy-prelude, basic-prelude,
> foundation, safe-prelude, and rio all seem interesting. Maybe even
> base-noprelude?
>
> I'm an advanced beginner (I don't think I qualify as intermediate
> yet). Going by [1], classy-prelude might not be such a good idea
> because of "scary error messages". And, I'm guessing, I would need to
> know Haskell better to take advantage of base-noprelude?
>
> I would like to know your thoughts/suggestions/opinions/ideas. Also,
> if there are other preludes that might be of interest, do tell!
>
> Cheers,
> Hilco
>
> [1] https://guide.aelve.com/haskell/alternative-preludes-zr69k1hc
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180628/c7f5288c/attachment.html>


More information about the Haskell-Cafe mailing list