Fork me on GitHub
#specter
<
2017-04-07
>
souenzzo17:04:41

recursive-path shoud be used directly on "path"? ex: (transform [(walker ,,,) (recursive-path ,,,,) ,,,,] foo bar)

nathanmarz18:04:19

@souenzzo yes that should work fine

nathanmarz18:04:40

or you can use it to declare a top-level path or bind a symbol in let

souenzzo18:04:15

I usually declare at top-level. but in this case it contains a lot of parameters and (probably) will not be reuse. I was unsure whether using in-line would lose optimization

nathanmarz18:04:49

you can see the produced code by wrapping it in with-inline-debug the first time the callsite is executed