guile-devel
[Top][All Lists]
Advanced

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

Re: hygiene and macro-introduced toplevel bindings


From: Andy Wingo
Subject: Re: hygiene and macro-introduced toplevel bindings
Date: Wed, 09 Mar 2011 21:14:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On Wed 09 Mar 2011 10:33, Hans Aberg <address@hidden> writes:

> I want a syntax that allows one to explicitly choose which macro-bound
> variables to export, but otherwise, they should never be visible outside
> the macro (i.e., be uninterned). When exported, they will just have the
> name indicated.

You have that already in the form of datum->syntax.  If you create a
syntax object in the context of the incoming expression, it will be
treated as if it originated with that expression.

Andy
-- 
http://wingolog.org/



reply via email to

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