The Mysterious Y-Combinator

in #javascript7 years ago

Since I'm new here, I might as well share some of my blog posts, for those interested. This one is an in-depth deconstruction of the Y-Combinator concept (from lambda calculus) in JavaScript. Very interesting stuff! (I think so, anyway)

Here's a teaser—the y-combinator in ES6:

const Y = f => (x => f(v => x(x)(v)))(x => f(v => x(x)(v)))

Read on...

The Mysterious Y-Combinator

Coin Marketplace

STEEM 0.18
TRX 0.15
JST 0.028
BTC 63597.74
ETH 2476.06
USDT 1.00
SBD 2.53