Last Updated: February 25, 2016
·
561
· buddhamagnet

lambda soul algebra

We are currying a lambda and using three different ways to call 'call' on it, that's what!

->a,b,c,d { a + b + c + d }.curry.call(1)[2].(3)===4