guile-user
[Top][All Lists]
Advanced

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

Re: Mixing syntax-rule and indentifier-syntax


From: Andy Wingo
Subject: Re: Mixing syntax-rule and indentifier-syntax
Date: Wed, 18 Jan 2012 17:23:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Wed 18 Jan 2012 00:26, Tobias Brandt <address@hidden> writes:

>> 0. I'm sure there is another way, but my mind blanks at the moment
>
> After you got me started, I was able to simplify and generalize it a bit.
> (-> is a GOOPS generic accessor I defined elsewhere. It works with
> vectors, arrays, strings, etc ...)
> (define-syntax with-accessors  (lambda (stx)    (syntax-case stx ()
>   ((_ (id ...) exp ...)       #`(begin           #,@(let (;; checks if

My eyes!!!

;-)

Can you repost, but without having your editor wrap the lines?

Thanks :)

Andy
-- 
http://wingolog.org/



reply via email to

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