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