Tagged as challenge
Written on 2018-01-30
Write a function (@ f x y z …)
which applies f
to x
, and then applies the result of that to y
, and so on. For example, clog
satisfies the following functional relation: (@ clog 2 5) == ((clog 2) 5)
. More generally, we have the functional relations: