Y Combinator in JavaScript: Memoizing recursive functions

It comes as a surprise to many programmers that it is possible to
express a “recursive” function like factorial without using recursion
or iteration.
Read more

Similar

JavaScript is Not a Joke

Two recent post of mine were ridiculed on r/programmingcirclejerk: Building a Simple Stopwatch App with Electron – Submitted by someone as Building a 100MB stopwatch app. Compile Node.js to N… (more…)

Read more »