Fork me on GitHub
#specter
<
2017-03-04
>
oskarkv18:03:47

Hi! New to specter. Is there any particular reason why the data is the last argument to, for example, transform, instead of the first like in update-in?

schmee18:03:27

I would guess that it is to match map, filter, remove et. al

oskarkv19:03:18

Yeah, it matters mostly for -> et al, I guess the question was not that important 🙂

schmee19:03:07

->> should do the trick then 🙂

oskarkv19:03:22

yeah but i mean when you have several functions in a -> or ->> 😛

schmee19:03:15

then you want as-> 🙂

oskarkv19:03:55

I started reading about specter like 30 min ago. It's amazing 🙂

oskarkv22:03:28

I saw that there is a function, select*, that seems to do the same thing as the macro select. What's the difference?

oskarkv22:03:29

Oh, you need the precompiled path

oskarkv22:03:16

Or, now I'm not sure anymore, looks like the select* function calls compile on the path.