> Why 7? What does 7 mean?
>
> I guess that it's some basic important ZObject, but where is it defined? Is it documented anywhere? Is the number 7 arbitrary, or is there a natural reason that it's 7?

It refers to the Blues song, of course! https://www.youtube.com/watch?v=llOo7OmnmYA :)

---

My naive understanding is that it is just the sixth type of ZObject enumerated in https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Function_model — the first type being "Z2/Persistent object."

See https://meta.wikimedia.org/wiki/Abstract_Wikipedia/Function_model#Z7/Function_calls in particular.

Thanks,

Chris Cooley

On Fri, Oct 16, 2020 at 5:07 AM Amir E. Aharoni <amir.aharoni@mail.huji.ac.il> wrote:
Why 7? What does 7 mean?

I guess that it's some basic important ZObject, but where is it defined? Is it documented anywhere? Is the number 7 arbitrary, or is there a natural reason that it's 7?

--
Amir Elisha Aharoni · אָמִיר אֱלִישָׁע אַהֲרוֹנִי
http://aharoni.wordpress.com
‪“We're living in pieces,
I want to live in peace.” – T. Moore‬


‫בתאריך יום ה׳, 15 באוק׳ 2020 ב-2:16 מאת ‪Denny Vrandečić‬‏ <‪dvrandecic@wikimedia.org‬‏>:‬
This is a rather technical question. If you are not interested in the inner working of the function model, feel free to safely skip this one.

Currently, a function call is represented as follows (assume, Z142 is the concatenation function):
Z1K1: Z7
Z7K1: Z144
Z144K1: "Wiki"
Z144K2: "data"

If we use global keys, it would look like this:
Z1K1: Z7
Z7K1: Z144
K1: "Wiki"
K2: "data"

The local keys in this case get expanded against the Z7K1 value, not the Z1K1 value, as is the case for all other local keys. This makes it very different than all the other objects, and requires special handling.

The suggestion is to change the representation of function calls and make them more unified compared to the other entries, i.e. like this:

Z1K1: Z7
Z7K1:
  Z1K1: Z144
  Z144K1: "Wiki"
  Z144K2: "data"

So, instead of pulling the values into the Z7 object, we basically instantiate a function just like any other type, and wrap it into a Z7 to say that this is a function call. This needs one extra object, but it leads to much more uniform handling of objects.

Any thoughts?

Cheers,
Denny
_______________________________________________
Abstract-Wikipedia mailing list
Abstract-Wikipedia@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/abstract-wikipedia
_______________________________________________
Abstract-Wikipedia mailing list
Abstract-Wikipedia@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/abstract-wikipedia