Email list hosting service & mailing list manager

Initial comments & questions campbell@xxxxxx (18 Mar 2004 23:07 UTC)
Re: Initial comments & questions campbell@xxxxxx (19 Mar 2004 00:45 UTC)
Re: Initial comments & questions Andre van Tonder (20 Mar 2004 03:06 UTC)
(missing)
Re: Initial comments & questions Alex Shinn (31 Mar 2004 07:30 UTC)
Re: Initial comments & questions Alex Shinn (31 Mar 2004 08:33 UTC)
Re: Initial comments & questions Andre van Tonder (31 Mar 2004 19:14 UTC)

Re: Initial comments & questions campbell@xxxxxx 19 Mar 2004 00:59 UTC

On Thu, 18 Mar 2004 I wrote:

>   - I'm not entirely sure if it's a good idea, but I have a nagging
>     suspicion that macro writers may want a utility for generating
>     debugging messages.  It of course can't be implemented in terms of
>     plain SYNTAX-RULES, but it can trivially be defined with other
>     macro systems, e.g.:
>
>       [...]
>
>              (syntax (syntax-bind ?k ()))))))
>
>       [...]
>
>               `(,(rename 'syntax-bind) ,stx-k ())))))

Oops.  I meant:

  (syntax (syntax-bind ?k (syntax-return ())))

and

  `(,(rename 'syntax-bind) ,stx-k (,(rename 'syntax-return) ()))