plucky alternatives and similar packages
Based on the "Data" category.
Alternatively, view plucky alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of plucky or a related project?
README
plucky
Haskell has a problem with problems.
We have IO
exceptions for unchecked exceptions - the same sort that plague Ruby, Python, JavaScript, and other languages.
We have ExceptT
for checked exceptions, but Java has us beat on ergonomics and usability of checked exceptions.
Can we do better?
Well, the blog post points to generic-lens
, but that's kind of hard to use.
Can we do better, and easier?
Yes! I alluded to this in my blog post Plucking Constraints. This library provides an API and demonstration on 'plucking' error constraints.