Y
Hacker News
new
|
ask
|
show
|
jobs
by
netheril96
3869 days ago
To do that you first need to have a way of extending JavaScript with C and/or Fortran. No way numpy can be implemented in pure js or python without being excruciatingly slow.
1 comments
gh02t
3869 days ago
You can do it with the nodejs FFI. It makes me cringe a bit to say that, but you
could
do it in roughly the same way as how NumPy does it.
link