Defunctionalize the Continuation!
Schlagwort: Programmieren
Functions are Data.
Productivioriterioration.
Productivity per CPU cycle per Watt is the lowest it’s been in decades, and is orders of magnitude (plural) beneath its potential.
Es gibt Ausnamen.
Stack is the new term for “I have no idea what I’m actually using”.
Erich Schubert: The sad state of sysadmin in the age of containers
Leere .
Trailing whitespace is shitespace.
Run like hell.
Under lexical scoping (also known as static scoping), the scope of a variable is determined by the lexical (i.e., textual) structure of a program.
[...]
Under dynamic scoping, a variable is bound to the most recent value assigned to that variable, i.e., the most recent assignment during the program’s execution.