Re: [ANN] CHICKEN 5.4.0 release candidate 2 available
John Cowan <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <CAD2gp_Sfhe_jpWxiu8o5MW9mXaG9sOq6MbX0CmhMNJA9u-XpBw@mail.gmail.com> |
Not so much intentional as simply never considered at the time. On Sun, Jul 7, 2024 at 5:25 AM Kristian Lein-Mathisen < [email protected]> wrote: > > From my reading, R7RS does not support quasiquoted u8vectors either, the >> formal grammer refers to "<qq template>" which seems to be allowed to >> be only a list, a vector or a datum, the latter not being processed any >> further. >> >> I hope this makes sense. >> > > It does, thank you for explaining Felix. From my understanding, if you > want to construct u8vectors mixing and matching expressions and raw > literals then the run-time constructors is your only option. And this seems > to be intensional by the language designers then. > > K. >