Fork me on GitHub
#specter
<
2018-08-25
>
idiomancy02:08:43

hoookay, trying to make a navigator path that selects the first value of every vector in a nested map of vectors like

idiomancy02:08:42

i gather that I need a recursive path, and its straight blowin my mind

idiomancy02:08:31

damn. thought this would work

idiomancy02:08:37

but it just blows up and says it exceeds recursion depth

nathanmarz06:08:37

@roklenarcic if you want to navigate to the value for a keyword, then that's always the best way

nathanmarz06:08:24

there is also must which only navigates if the key exists

nathanmarz06:08:10

@idiomancy change VECTOR-NODES to ALL in the definition