mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
42 lines
774 B
Markdown
42 lines
774 B
Markdown
# Haskell tools for getting things done
|
|
|
|
A curated list of Haskell libraries, packages, and tools
|
|
|
|
|
|
## Data analysis
|
|
|
|
### Numpy
|
|
|
|
- http://hackage.haskell.org/package/accelerate
|
|
|
|
- http://hackage.haskell.org/package/linear-accelerate
|
|
|
|
- http://hackage.haskell.org/package/repa
|
|
|
|
- http://hackage.haskell.org/package/linear
|
|
|
|
- http://hackage.haskell.org/package/hmatrix (BLAS and LAPACK bindings)
|
|
|
|
### pandas
|
|
|
|
- http://hackage.haskell.org/package/tables
|
|
|
|
### Matplotlib / ggplot
|
|
|
|
- http://hackage.haskell.org/package/diagrams
|
|
|
|
### iPython
|
|
|
|
- https://github.com/gibiansky/IHaskell runs *in* iPython
|
|
|
|
- GHCi (not graphical)
|
|
|
|
|
|
## Data processing
|
|
|
|
### CSV
|
|
|
|
- https://hackage.haskell.org/package/cassava
|
|
|
|
- http://hackage.haskell.org/package/pipes-csv (streaming, built on Cassava)
|