guile-devel
[Top][All Lists]
Advanced

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

Re: syntax closures


From: Andy Wingo
Subject: Re: syntax closures
Date: Tue, 22 Jan 2013 17:38:24 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Tue 22 Jan 2013 17:19, Stefan Israelsson Tampe <address@hidden> writes:

>> > (read-hash-extend #\_ syntax-closure-reader)
>>
>> Have you tried having your srfi-72 module export a binding for unsyntax?
>
> I would like to use that of cause, but does it mix well with other
> already written code?

It should work in a modular fashion.  #,foo reads as (unsyntax foo), and
the meaning of that depends on the binding of unsyntax that is current.

Andy
-- 
http://wingolog.org/



reply via email to

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