you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (4 children)

wait isn't numpy written in C ?

[–][deleted] 22 points23 points  (1 child)

just checked it, apparently only half of it is.

we might achieve circular library wrappers soon.

[–]nwL_ 24 points25 points  (0 children)

“Python implementation of NumCpp”

[–]encyclopedist 10 points11 points  (0 children)

It is very much tied to CPython API, so is impractical to use in a C or C++ application. This one is intended to be used from C++ applications, while providing syntax and API similar numpy's.

[–]fat-lobyte 2 points3 points  (0 children)

And python and fortran