This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: macros: help reqd.



> So my question is, how do I write unhygienic macros in guile that are not
> prone to having their global references captured?

Your macro can call gensym to get symbols which are distinct from any
that could appear in the user's code.