typable
- adjective
- /ˈtaɪpəbl/
- Specialized
- Only typable inputs are accepted in this coding environment to avoid errors.
- typable result
- produce a typable
Examples
-
Make sure every variable in your code is typable according to the language specifications.
-
The function is typable in most statically typed languages, making it easier to catch errors.
-
If a variable is not typable, the compiler will usually produce an error message.
-
Advanced type systems can determine whether complex expressions are typable or not.
-
The variable is typable in this programming language.
-
Is this data typable in Python?
-
The software program requires variables to be typable for proper compilation.
Synonyms
Can be given a data kind by a programming language
Surface Forms
Morphology
Etymology
Typable comes from type, which means a 'kind' or label used in programming, plus the ending -able, meaning 'can be'. So, typable means 'can be given a type', which is why we use it for code or expressions that a language can check for correct types.