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