Arc Forumnew | comments | leaders | submitlogin
2 points by mattjones 5885 days ago | link | parent

What about calling the macro w/trav and the rfn trav:

   (def bst-elts (b)
    (accum a (w/trav b [trav _!l] [a _!d] [trav _!r])))
or some other such convention where the macro name predicts the name of the recursive function?