specter

nathanmarz 2022-07-03T03:01:43.062309Z

@kristjan.cocev glad to hear

oskarkv 2022-07-03T12:36:59.743349Z

I don't understand collect. When is it useful that the value is in a vector? I thought that maybe multiple collects in the path would add them to the vector, but for example (select [ALL (collect FIRST) (collect LAST)] {:a 1}) becomes [[[:a] [1] [:a 1]]].

oskarkv 2022-07-03T12:39:09.968819Z

Oh, when the path given to collect results in multiple values.