Email list hosting service & mailing list manager

specialized-array-reshape Bradley Lucier (06 May 2020 15:40 UTC)
Re: specialized-array-reshape John Cowan (06 May 2020 16:16 UTC)
Re: specialized-array-reshape Jeffrey Mark Siskind (06 May 2020 16:24 UTC)
Re: specialized-array-reshape Bradley Lucier (06 May 2020 19:24 UTC)
Re: specialized-array-reshape John Cowan (06 May 2020 19:27 UTC)

Re: specialized-array-reshape Jeffrey Mark Siskind 06 May 2020 16:24 UTC

   I've been looking at array reshape operators in other languages,
   specifically numpy and Matlab.

numpy, Matlab, and (Py)Torch are the widely used array languages these days.
If you want people to be able to rewrite code from those langauges in Scheme,
or use their exisiting known programming style when using Scheme, you need to
support the kinds of things those languages support. Its crucial for
adoption/uptake.

    Jeff (http://engineering.purdue.edu/~qobi)