- From: Jos De Roo <josderoo@gmail.com>
- Date: Mon, 22 Feb 2021 23:11:17 +0100
- To: William Van Woensel <william.vanwoensel@gmail.com>
- Cc: public-n3-dev@w3.org
- Message-ID: <CAJbsTZeJtpXfx7XM49Lk7mFoeO+T3Gt1Tqhk3Fa2ntaMBCTQoQ@mail.gmail.com>
Hi William,
Thanks a lot for creating this and for the update today esp.
Proposal: list:iterate as described in meeting notes of 22nd February 2021
wvw: +1
Gregg: +1
Dominik: +1
Pa: +1
Jos: +1
As said in the meeting, I took an action to add it to EYE and it went very
well:
$ cat test.n3
PREFIX list: <http://www.w3.org/2000/10/swap/list#>
{(1 2 3 4) list:iterate ?R} => {(1 2 3 4) list:iterate ?R}.
{("a" "b" "c") list:iterate (2 ?Y)} => {("a" "b" "c") list:iterate (2 ?Y)}.
$ eye --nope --query test.n3
PREFIX list: <http://www.w3.org/2000/10/swap/list#>
(1 2 3 4) list:iterate (0 1).
(1 2 3 4) list:iterate (1 2).
(1 2 3 4) list:iterate (2 3).
(1 2 3 4) list:iterate (3 4).
("a" "b" "c") list:iterate (2 "c").
Jos
-- https://josd.github.io/
<http://josd.github.io/>
On Wed, Feb 17, 2021 at 2:17 PM William Van Woensel <
william.vanwoensel@gmail.com> wrote:
> Hi everyone,
>
>
>
> I created a document listing all recent N3 proposals:
>
>
> https://docs.google.com/document/d/1UYN4HlAMX4H4_XgzAxGJjnuhDinH7gOer4ctCEyiQF4/edit?usp=sharing
>
>
>
> This is mostly for convenience and overview (since they are also listed in
> the agenda). It also makes it easier to integrate these decisions into the
> spec (and current implementations) down the line :-)
>
>
>
>
>
> Kind regards,
>
>
>
> William
>
Received on Monday, 22 February 2021 22:11:44 UTC