specter

Latest version: 1.1.3
akond 2019-03-05T04:56:21.005400Z

is there a reason for not having one or it just happend?

2019-03-05T08:53:35.006100Z

@alee perhaps you are already familiar with the following? https://leanpub.com/specter/read

lxsli 2019-03-05T08:56:03.007100Z

@sogaiu yes, I'm afraid I didn't find it very useful. It's not finished by any stretch - it doesn't cover many of the navigators or even the macros

lxsli 2019-03-05T08:56:51.007600Z

I'm unconvinced that digging into the internals is the best way to understand it either

lxsli 2019-03-05T09:00:59.010900Z

I'm most interested in a cookbook. For example one of my questions is "how much should I do in one Specter call?". I've had more luck composing calls than building super-paths so far. Dynamic paths seem very powerful, I'd like to see some examples of those. Same for multi-path. I have yet to figure out when to use STAY, CONTINUE etc. Just about getting the hang of collection.

2019-03-05T10:07:43.015500Z

@alee when working on a port to clojure clr, i found that the tests were quite extensive. have you had a look at those? fwiw, i'm definitely not a seasoned specter user :)

lxsli 2019-03-05T10:09:49.015800Z

I'll check them out when I have time, good idea