haskell-wishlist
haskell-wishlist copied to clipboard
A curated wishlist of Haskell libraries, packages, and tools
haskell-wishlist
A curated wishlist of Haskell libraries, packages, and tools. Additions welcome via issues or pull requests.
TOC
- Distributed Systems
- Machine Learning
- Numeric and Scientific Computing
Distributed Systems
- Virtual Synchrony
- ~~Raft consensus algorithm~~
Machine Learning
- Incremental algorithms for classification, regression, ranking, or combined regression and ranking (e.g., sofia-ml)
Numeric and Scientific Computing
Data Analysis
-
IPython-like ghci repl for analysis and authoring
-
ggplot2 / R
Needs a good viz story. Diagrams exists, but something that renders instantly in a quartz window like R would be ideal. Seems to require more schlepping in Haskell right now as well.
Side-by-side tutorial of "How to do this in R" vs. " How to do this in Haskell"