specter

Latest version: 1.1.3
2018-10-17T19:31:26.000100Z

👋 I'm assuming this isn't the most elegant solution, but I'm trying to compose multiple specter functions together...

2018-10-17T19:32:13.000100Z

The reason for all the map manipulation is due to how go contexts rearrange PersistentArrayMap

2018-10-17T19:32:52.000100Z

btw, this works, but I was wondering if I'm "doing it wrong"

nathanmarz 2018-10-17T22:13:03.000100Z

@loganpowell would be more elegant with multi-transform

nathanmarz 2018-10-17T22:14:50.000100Z

though I don't understand the point of the #(into {} %) part

nathanmarz 2018-10-17T22:15:06.000100Z

why use linked maps in the first place if you're just going to convert to a regular map?

2018-10-17T22:20:31.000100Z

Thank you! I'll look into mult-transform. The map manipulation is a necessary evil in the black-magic of a go block