Sometimes I want info from a list, but not the info from its included lists. So ...
=[aa]
aa:
b=apple
=[bb]
bb:
b=butter
Model.Root={b}
Gives me the list and all included lists. Sometimes I really want b=apple and not the rest. I can always break aa into two lists and achieve the effect, but .... This is part of a broader discussion about expansions to the Cmacc programming language. Since this is a graph and similar to lisp, there must be learning from those domains that is relevant.
Sometimes I want info from a list, but not the info from its included lists. So ...
=[aa]
aa: b=apple =[bb]
bb: b=butter Model.Root={b}
Gives me the list and all included lists. Sometimes I really want b=apple and not the rest. I can always break aa into two lists and achieve the effect, but .... This is part of a broader discussion about expansions to the Cmacc programming language. Since this is a graph and similar to lisp, there must be learning from those domains that is relevant.