gwl-devel
[Top][All Lists]
Advanced

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

Re: Comments on process template syntax


From: zimoun
Subject: Re: Comments on process template syntax
Date: Wed, 5 Feb 2020 16:37:07 +0100

Hi Kyle,

On Wed, 5 Feb 2020 at 16:29, Kyle Meyer <address@hidden> wrote:

> > 1.
> >>    process list-file-template (with filename)
> >
> > 2.
> >>    process list-file-template
> >>      with filename
> >
> > 3.
> >>    process list-file-template : with filename

> Those are just different ways you can write the same thing in Wisp:

I agree.

(aside the fact that I personally do not like the colon ':')

But the macrology sugar will not expand as Wisp does, if I have
understood correctly, i.e., the expansion will be

>   (process list-file-template (filename))

The 'with' is sugar to specify the arguments and avoid all the
ambiguous examples.


All the best,
simon



reply via email to

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