Hacker News new | past | comments | ask | show | jobs | submit login

If Y-Combinator is:

    Y = λf.(λx.f(x x))(λx.f(x x))
And in JavaScript it's:

    const Y = f => (x => f(x(x)))(x => f(x(x)));
Then Silicon Valley's YC must be:

    const YC = startup => (getMoney => startup(getMoney(getMoney)))(getMoney => startup(getMoney(getMoney)));



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: