Peter Bex wrote:

> Hm, that's interesting.  Unquote and unquote-splicing are not actually
> bound to anything; they're only available inside quasiquote, so they can't
> be imported or renamed or anything:

>   (module foo () (import (only scheme quasiquote +)) `(foo ,(+ 1 2)))

> So it makes sense they don't have a separate entry.  It's like having =>
> as a separate entry; it doesn't exist either except in cond and case
> forms.

But people will search for them.
-- 
Marco Maggi

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to