Fork me on GitHub
#specter
<
2021-10-04
>
chromalchemy16:10:21

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.

nathanmarz21:10:13

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

nathanmarz21:10:10

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