/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lucassifoni.info
| | spiess.dev
5.5 parsecs away

Travel
| | I've recently been working more with structured logging and as part of this, I wanted to build a TypeScript scheme mapper for creating table...
| | sookocheff.com
4.9 parsecs away

Travel
| | In a purely functional language - like lambda calculus - programs are expressed as nested function calls. Repetition in such an environment requires that nesting of function calls continues until some condition is met. During the repetition, each function passes its result to the next function in the nested chain and this repetition is completed when a test for some condition passes. The repetitive behaviour I've just described is recursion:
| | healeycodes.com
4.2 parsecs away

Travel
| | Writing an interpreter from scratch.
| | jrsinclair.com
22.0 parsecs away

Travel
| You can go a long time as a JavaScript developer without ever feeling the need for generators. Hence, it's natural to wonder: What are they good for? Why would you ever need one? What's the point? But generators can do some neat tricks. And they may even change the way you approach certain problems.