CommonAccord / Site-Org

law as wiki > > tech as lego > > >
http://CommonAccord.org
27 stars 13 forks source link

Would like an include that was not recursive. #23

Open HazardJ opened 9 years ago

HazardJ commented 9 years ago

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.