typeless
Typeless is an adjective used to describe systems, languages, or data models that do not enforce or rely on fixed type information. In computing, typelessness denotes a design where values are not bound to a single type or where type information is intentionally minimized or bypassed.
In programming language theory, typelessness sits on a spectrum between untyped and typed approaches. Fully untyped
In data interchange and storage, typeless ideas appear in systems that use polymorphic or generic containers
Overall, typelessness highlights a design choice: prioritizing flexibility and simplicity over strict type guarantees. See also