Fork me on GitHub
#events
<
2016-12-15
>
m3nthal10:12:44

Hi, everyone. I have a small question. I have a vector of functions [f1 f2 f3] and I have a vector of arguments [a1 a2 a3], which function would produce [(f1 a1) (f2 a2) (f3 a3)] ?

m3nthal10:12:24

I guessed (map apply [f1 f2 f3] [a1 a2 a3]) but it doesn't work

m3nthal10:12:40

sorry, wrong room