Fork me on GitHub
#specter
<
2017-06-04
>
michaelwfogleman01:06:40

Hm, playing around with specter and really loving it so far. I notice that sometimes I want to get a single value but specter wraps the return in a vector - so I call first on the result - is there a more idiomatic way to do this?

nathanmarz02:06:57

or select-first

nathanmarz02:06:01

those are also much more efficient than (first (select ...))