On Thu, Sep 24, 2020 at 11:33 AM Raul Miller <[email protected]> wrote:

> J can handle opengl and lapack2 without source updates -- it seems
> like it shouldn't need to be patched to deal with npy.
>
> This should be implementable in native J (using the same 15!: foreigns
> used for opengl) for example, as a github addon. (And, when it's good
> enough, a pull request to make it visible in the package manager
> interface.)
>

15!: are okay for sending and receiving J objects
of known types afaik, but the proposed npy reader
is trickier than that.  It requires the capability of
creating J objects of dynamic types on J's heap.
The types are TBD, purely based on the file
content.

-- 
Zhihao
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to