make-specialized-array argument order Bradley Lucier (24 May 2022 20:40 UTC)
Re: make-specialized-array argument order Bradley Lucier (25 May 2022 15:34 UTC)
Re: make-specialized-array argument order Alex Shinn (26 May 2022 23:41 UTC)
Re: make-specialized-array argument order Lucier, Bradley J (27 May 2022 00:09 UTC)
Re: make-specialized-array argument order Lucier, Bradley J (27 May 2022 00:48 UTC)
Re: make-specialized-array argument order Bradley Lucier (26 May 2022 14:13 UTC)

Re: make-specialized-array argument order Bradley Lucier 26 May 2022 14:12 UTC

On 5/24/22 4:39 PM, Bradley Lucier wrote:
> Before: If you want to specify an initial value, you must first specify
> a storage class, which is eventually mind-numbing.
>
> After: If you want to specify a storage-class, you must first specify an
> initial value, which makes (storage-class-default storage-class) almost
> useless.

I decided to go back to the original argument order for
make-specialized-array, so you can specify a storage class without
needing to specify an initial-value.  Keyword arguments were a step too far.

Brad