Y
Hacker News
new
|
ask
|
show
|
jobs
by
andi999
1571 days ago
Maybe some of the experts could name the haskell equivalent libraries/wrappers.
1 comments
matt_kantor
1571 days ago
I'm certainly not an expert (have only dabbled in both Haskell and Python, and never used numpy), but a web search found
https://pechersky.github.io/haskell-numpy-docs
which compares numpy to
https://hackage.haskell.org/package/hmatrix
. I also came across
https://hackage.haskell.org/package/vector
.
link