File tree 1 file changed +41
-0
lines changed
1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
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)
You can’t perform that action at this time.
0 commit comments