Abstract data types
- Known idea. A type is defined by its operations and laws, not by one memory layout.
- Atlox. Maps, queues, logs, signals, and other structures keep logical meaning while the runtime chooses SQL tables, indexes, brokers, replicas, or memory.
- Current boundary. The July 25–26 data-systems work found that one function language over law-bearing structures is promising; it did not prove one universal structure.