issues
search
scicloj
/
wolframite
An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56
stars
2
forks
source link
Better handling of primitive arrays
#137
Open
holyjak
opened
2 days ago
holyjak
commented
2 days ago
Rename the
N
flag to
arrays
Fix the code so that we actually return the array as-is when the flag is on, not turning it into a seq/vector
Add tests documenting its effect
Extend array support to cover all the types we currently support, i.e. not only REAL = double but also integers
N
flag toarrays