YuNing's Thought

Home

❯

Notes

❯

Structured Programming

Structured Programming

Dec 30, 20251 min read

A structured source code, directly readable (without a flowchart on the side), which we can reason about (informally, then mathematically).

Any unstructured program (or, equivalently, any flowchart) is equivalent to a structured program comprising a single while loop and one extra integer variable.

Links

  • Structured Concurrency
  • Debunking the “expensive procedure call” myth or, procedure call implementations considered harmful or, LAMBDA: The Ultimate GOTO

Graph View

Backlinks

  • Programming Language

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community