Re: SRFI 231 - Easy conversion for common array formats
Bradley Lucier 20 Jan 2022 15:54 UTC
On 1/19/22 6:25 PM, John Cowan wrote:
> That works for vectors, but not lists, because '(foo) is the perfectly
> good list (quote (foo)). It smacks of guessing, and I dislike guessing
> in Scheme code.
And, in fact, it appears that the notation does not allow for nested lists.
I mention Racket's math/array in these emails only to say what another
important array package does that might offer good ideas. I'm not an
expert.
Brad