libjulia-clj icon indicating copy to clipboard operation
libjulia-clj copied to clipboard

Support boolean/char/string in createArray/arrayToJvm

Open subes opened this issue 3 years ago • 1 comments

As discussed here: https://github.com/cnuernber/libjulia-clj/issues/4#issuecomment-1007677823

I guess when implementing string support, char support might come as a by-product, since the string already has to handle unicode encoding/decoding. Or if you go for byte[] transfer, then a char could be converted into a byte[2] for transport with the same logic I guess.

Though not a high priority issue.

subes avatar Jan 07 '22 22:01 subes

Boolean also does not work with the tensor pathway: https://github.com/cnuernber/dtype-next/issues/52#issuecomment-1015736984

subes avatar Jan 18 '22 19:01 subes