Skip to content

Commit 2292c23

Browse files
committed
libraries
1 parent 268f5a9 commit 2292c23

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

libraries.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Haskell tools for getting things done
2+
3+
A curated list of Haskell libraries, packages, and tools
4+
5+
6+
## Data analysis
7+
8+
### Numpy
9+
10+
- http://hackage.haskell.org/package/accelerate
11+
12+
- http://hackage.haskell.org/package/linear-accelerate
13+
14+
- http://hackage.haskell.org/package/repa
15+
16+
- http://hackage.haskell.org/package/linear
17+
18+
- http://hackage.haskell.org/package/hmatrix (BLAS and LAPACK bindings)
19+
20+
### pandas
21+
22+
- http://hackage.haskell.org/package/tables
23+
24+
### Matplotlib / ggplot
25+
26+
- http://hackage.haskell.org/package/diagrams
27+
28+
### iPython
29+
30+
- https://github.com/gibiansky/IHaskell runs *in* iPython
31+
32+
- GHCi (not graphical)
33+
34+
35+
## Data processing
36+
37+
### CSV
38+
39+
- https://hackage.haskell.org/package/cassava
40+
41+
- http://hackage.haskell.org/package/pipes-csv (streaming, built on Cassava)

0 commit comments

Comments
 (0)