Informal comments comparing SRFI 231 to NumPy Bradley Lucier (13 Sep 2023 00:14 UTC)
Re: Informal comments comparing SRFI 231 to NumPy Arthur A. Gleckler (13 Sep 2023 16:13 UTC)
Re: Informal comments comparing SRFI 231 to NumPy Arthur A. Gleckler (13 Sep 2023 16:18 UTC)
Re: Informal comments comparing SRFI 231 to NumPy Bradley Lucier (19 Sep 2023 22:29 UTC)
Re: Informal comments comparing SRFI 231 to NumPy Arthur A. Gleckler (20 Sep 2023 02:12 UTC)

Re: Informal comments comparing SRFI 231 to NumPy Bradley Lucier 19 Sep 2023 22:28 UTC

On 9/13/23 12:18 PM, Arthur A. Gleckler wrote:
>
> This seems like a valuable comparison.  We should definitely host it the
> main repo.
>
> Is there some forum where you could get good feedback from Numpy
> experts?  There are some places where you seem uncertain whether there
> is a Numpy equivalent.  It would be good to get definitive answers
> sooner rather than later.  You may even inspire improvements to Numpy in
> the process.

I've consulted a few people and corrected a few of my misunderstandings
of Python.  I've also added a two short sections discussing generalized
arrays and a simple example of specialized-array-reshape.

I'll send a pull request to add it to the main repo.

Brad