Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 368 Bytes

axiom.md

File metadata and controls

11 lines (8 loc) · 368 Bytes

Axiomatic thinking

  • Axioms are the same as the idea of "primitives" in programming:
    • basic building blocks that cannot be broken down any further,
    • but everything else can be built up from them.
    • Synchronization primitives for concurrency,
    • Geometric primitives for graphics, etc.

Work in progress

Back to Elements