Email list hosting service & mailing list manager

Rank-1 array and vector Shiro Kawai (02 Nov 2018 00:57 UTC)
Re: Rank-1 array and vector Per Bothner (02 Nov 2018 02:35 UTC)
Re: Rank-1 array and vector Shiro Kawai (02 Nov 2018 03:10 UTC)
Re: Rank-1 array and vector Per Bothner (02 Nov 2018 04:30 UTC)
Re: Rank-1 array and vector Bradley Lucier (02 Nov 2018 13:05 UTC)
Re: Rank-1 array and vector Per Bothner (02 Nov 2018 15:04 UTC)

Re: Rank-1 array and vector Bradley Lucier 02 Nov 2018 13:05 UTC

> On Nov 2, 2018, at 12:29 AM, Per Bothner <xxxxxx@bothner.com> wrote:
>
> On 11/1/18 8:10 PM, Shiro Kawai wrote:
>> In srfi-122 I read arrays must be disjoint from vectors.  Are they not?
>
> That may be the case for srfi-122, but in my proposal (draft at http://per.bothner.com/tmp/srfi-arrays.html),
> Common Lisp, and some existing Scheme implementations (at least Guile and Kawa), vectors are rank-1 arrays.

Perhaps this SRFI can be agnostic as to whether a Scheme considers vectors to be rank-1 arrays.

Brad