specter

chromalchemy 2021-10-04T16:51:21.042700Z

How do you do something like and-path , comparable to if-path ? I want to use it selected? , to test if 2 paths have results. multi-path seems to behave more like an or-path navigator.

nathanmarz 2021-10-04T21:19:13.043600Z

@chromalchemy that would just be something like (if-path [:a even?] (if-path [:b odd?] STAY))

nathanmarz 2021-10-04T21:20:10.044300Z

should be straightforward to define a defdynamicnav called and-path that expands to that