chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] for those who have interest in procedure objects dec


From: Marco Maggi
Subject: Re: [Chicken-users] for those who have interest in procedure objects decoration
Date: Wed, 22 May 2019 15:36:31 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]