breck7 / pldb

PLDB: a Programming Language DataBase
https://pldb.io
721 stars 97 forks source link

keys with multi value sets and their operators #487

Closed ghost closed 3 months ago

ghost commented 1 year ago

Lets talk about a common key with multi-value set as value, like country.

Two operators exist, and AND or currently.

I don't know enough about true base to know if logical operations are possible for the values (logical OR is different from or used in spoken language) or if there are plans to allow the same (set theory is beyond my limited skill-set).

Does the developers feel the need to add something like Alias to the set of operators (shorthand is ==) So if a language in pldb was developed in former east Germany and the date of editing it was in 2023 this could be written as follows: tile FOO-language country Former East Germany == Germany

breck7 commented 3 months ago

I will add this at the Scroll level https://github.com/breck7/brecks.lab/issues/2