Fork me on GitHub
#specter
<
2018-10-17
>
Logan Powell19:10:26

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

Logan Powell19:10:13

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

Logan Powell19:10:52

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

nathanmarz22:10:03

@loganpowell would be more elegant with multi-transform

nathanmarz22:10:50

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

nathanmarz22:10:06

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

Logan Powell22:10:31

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