[CM] s7: change subvector parameter order?

Kjetil Matheussen k.s.matheussen at gmail.com
Tue Jul 7 07:52:01 PDT 2020


No objection. My preference would be (subvector vect start end) though.


On Tue, Jul 7, 2020 at 4:40 PM <bil at ccrma.stanford.edu> wrote:
>
> I'd like to change subvector to be similar to substring:
> (subvector vect offset len) rather than the current:
> (subvector vect len (offset 0)).  Years ago I thought
> the offset wouldn't be all that useful -- live and learn.
> After this change, you could still use the old form via:
> (define* (subvector vect len (offset 0))
>    (#_subvector vect offset len))
> Does anyone violently object?
>
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> https://cm-mail.stanford.edu/mailman/listinfo/cmdist


More information about the Cmdist mailing list