Fork me on GitHub
#specter
<
2017-11-17
>
michaelwfogleman01:11:31

@nathanmarz Just curious, why did you decide against having numbers convert to index-nav?

nathanmarz02:11:34

so that (select-any 0 {0 "a"}) would work

nathanmarz02:11:20

it matches semantics with clojure's update-in and get-in, and it's less cases to remember for a user

michaelwfogleman12:11:33

makes sense! 🙂