guile-user
[Top][All Lists]
Advanced

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

Re: Threading / Pipe Macro (Chris Vine, Mark H Weaver)


From: Chris Vine
Subject: Re: Threading / Pipe Macro (Chris Vine, Mark H Weaver)
Date: Tue, 9 Jul 2019 00:00:51 +0100

On Mon, 8 Jul 2019 23:10:28 +0200t
Zelphir Kaltstahl <address@hidden> wrote:
> Hello Chris and hello Mark,
> 
> Thank you both for posting your macros! This is really useful and I am
> looking forward to using this in the next situation where there would be
> deep nesting or where it seems appropriate in other ways.
> 
> To understand what is going on in the macro, I wrote a lot of explaining
> comments and uploaded it in a new repository, where I intend to keep
> macros I come across and explain them, if I can:
> 
> https://gitlab.com/ZelphirKaltstahl/guile-scheme-macros/blob/master/threading-pipe-macro/macro.scm

You are using the wrong macro, because the one you have chosen has been
revealed to be unhygienic.  Either use the syntax-rules one (which is
the simplest) or the revised syntax-case macro.



reply via email to

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