Fork me on GitHub
#specter
<
2016-03-07
>
hugobessaa18:03:11

I'm using specter to filter a nested list

hugobessaa18:03:24

Any way this could be better written?

hugobessaa18:03:29

(specter/transform [:profile-edit :navigation specter/ALL :anchors]
                     (partial filter anchor-on-page?)
                     db)

wei19:03:18

@hugobessaa: that’s how I would do it

wei19:03:23

there might be a better way but I’m not sure

hugobessaa19:03:58

it would be nice if I could use a transducer with transform