Re: [ANN] CHICKEN 5.4.0 release candidate 2 available
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
> Hi Felix, > It appears there is a way to mix-and-match literals and arbitrary > expressions using > quasiquote. Would it be appropriate to support this for srfi-4 vectors too? > > #;11> `#u8(1 2 ,(+ 1 2)) > Error: (u8vector-set!) bad argument type: (unquote (+ 1 2)) > This should certainly work - thanks for reporting this, I will try to provide a patch. felix