Popularity
6.6
Growing
Activity
0.0
Stable
19
5
1

Monthly Downloads: 7
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v0.0.0.1

plucky alternatives and similar packages

Based on the "Data" category.
Alternatively, view plucky alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of plucky or a related project?

Add another 'Data' Package

README

plucky

Build Status

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.