Andyou007:
Every system that accepts input from humans operates on two concepts that are currently absent from
core:
- A way to store and retrieve values by a stable integer identity (1-based ordinal, where 0 is the null sentinel — the only meaningful null for a computer)
- A way to recognize that two inputs are the same value — interning
sliceandVecare memory…