smoothie
cassava
smoothie | cassava | |
---|---|---|
- | 5 | |
10 | 222 | |
- | 0.0% | |
0.0 | 4.8 | |
over 4 years ago | 2 months ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
smoothie
We haven't tracked posts mentioning smoothie yet.
Tracking mentions began in Dec 2020.
cassava
-
Genuine question: how do you all use Haskell IRL?
I use it for everything: tracking personal finance and tax data (https://hackage.haskell.org/package/hledger), small scripts to gather online information that I want to track (https://hackage.haskell.org/package/cassava), sending alerts to my mobile device, etc...there's too much to list.
-
Monthly Hask Anything (November 2022)
cassava?
-
Working with CSVs
I personnaly use cassava which should have everything you need (even though it can be quite obscure some times). I also know about Frames which might reduce some boiler plate at the price of a step up in complexity (disclaimer I've never use it, but it's author is a serious guy so I'm sure this package as some benefits).
-
[ANN] ttc-1.0.0.0 - Textual Type Classes
I have done a lot of CSV development! I usually use the cassava library, though I have my own library as well. The cassava library uses FromRecord, FromNamedRecord, ToRecord, and ToNamedRecord type classes for parsing and rendering records, and it uses FromField and ToField type classes for parsing and rendering fields. An identifier type like the UserName example above should declare instances for FromField and ToField in order to be used in CSV files. For types that have appropriate Render and Parse instances, I implement general functions named something like parseFieldWithTTC and toFieldWithTTC, which allows me to declare instances as follows:
What are some alternatives?
hashtables - Mutable hash tables for Haskell, in the ST monad
llrbtree - Left-leaning red-black trees
unordered-containers - Efficient hashing-based container types
fuzzyset - :sheep: A fuzzy string set implementation in Haskell.
lens - Lenses, Folds, and Traversals - Join us on web.libera.chat #haskell-lens
gps2htmlReport - Generates a HTML page report detailing a GPS journey, with charts, statistics and an OpenStreetMap graphic.
json-autotype - Automatic Haskell type inference from JSON input
datasets - UCI Datasets for Haskell
protobuf - An implementation of Google's Protocol Buffers in Haskell.
skip-list - Pure skip lists in Haskell
audiovisual - Extensible records, variants, structs, effects, tangles
css-text - CSS parser and renderer.