Skip to content

Left‐Hand Sides

Andrew Johnson edited this page Mar 15, 2025 · 20 revisions

Most programming languages focus primarily on right-hand sides. Bias is often given towards towards the program logic that does something.

By contrast, left-hand sides are normally very bland. Most languages only permit variable names and maybe a type.

Left-Hand Sides Are Coequal to Right-Hand Sides

Clone this wiki locally