Prototypes in The Machinery
Created on 2023-02-08T18:36:46-06:00
Objects may point to another object as their "prototype."
If looking up a value in an object fails then the prototypes are followed to find an answer.
Values in an object "override" the value defined in the prototype above them.
Pretty standard Self/Io stuff.