soegaard2
2022-1-7 15:02:07

@badkins and others: I have written an implementation of srfi 179 (multidimensional arrays). https://github.com/soegaard/srfi-array Bells and whistles are missing so I am interested in feedback.


badkins
2022-1-7 15:09:41

Wow. Looks like a fair amount of work - thanks for doing that! I think this is certainly useful on its own, but I need to come up to speed with the state of the art in Python before I can consider what may, or may not, be suitable to be built upon for other things such as a data frame. The other folks who are already working with such things can provide better feedback.



samdphillips
2022-1-8 01:48:10

samdphillips
2022-1-8 01:48:27

Just saw it come up in Reddit