David Karger
David Karger
I think the decision about what to do here is orthogonal to efficiency (or maybe as you say short circuiting will help) but instead about (implementation) complexity. It's nice to...
group could be item. unless that creates confusion with the notion of list item. I'm trying to understand the exact goals of this module. Is there an effort here to...
would it make sense to have a second argument specifying the number of items you want returned? It would require returning an item if there is no argument and a...
If you're beginning rewrites that affect scoping, perhaps it is worth opening the discussion of what the scoping rules for mavo *should* be? In particular, Mavo's procedure for resolving x.foo...
@adamjanicki2 it isn't clear it is a good idea because it will be messy and time consuming. but an example can be found here: https://codepen.io/karger/pen/jOdvZXe?editors=1100
I frequently end up with really confusing where clauses like item where label=label . I can never remember later which of the two labels is evaluated in the context/scope of...
"Find all operands" seems a necessary step for all PL compilers (parsers). Can you steal someone else's algorithm? Is there something that makes it unusually difficult for Mavo?