Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.35 KB

haskell-wishlist

A curated wishlist of Haskell libraries, packages, and tools. Additions welcome via issues or pull requests.

TOC

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"

Signal Processing

Linear Algebra