Fork me on GitHub
#specter
<
2016-11-30
>
mac06:11:05

@nathanmarz Offtopic: When is you start-up coming out of stealth? There must be a good story related to specter there 🙂

nathanmarz13:11:19

@mac not anytime soon

nathanmarz13:11:21

but yes, I use Specter extremely heavily

nathanmarz13:11:14

in my clojure/west talk I talked a little bit about my usage of it, which involves a lot of graph manipulation

mac13:11:15

@nathanmarz Ok, funny you mention that because I think I might try to use it for something similar in the near future. Have you seen it used for AST manipulation?

nathanmarz13:11:31

that would be really straightforward with the graph navigators I talked about

nathanmarz13:11:57

if you're interested in making an open source version of those navigators I'm happy to talk you through it

mac17:11:32

@nathanmarz Sounds interesting. Will get to it in a couple of weeks probably.

nathanmarz23:11:50

@josh.freckleton it's possible, but I don't know if it's a good idea

nathanmarz23:11:03

doesn't feel like navigation to me

nathanmarz23:11:19

you could make a custom navigator that does that though

bfabry23:11:05

(apply merge-with into (sp/transform sp/MAP-VALS vector [...])) is pretty terse anyway