implicit typing
[ɪmˈplɪsɪt ˈtaɪpɪŋ]
noun
tipagem implícita
1. A programming feature where the data type of a variable is automatically inferred by the compiler or interpreter based on the assigned value, without explicit type declaration
In Python, implicit typing allows you to write x = 5 without declaring x as an integer.
Em Python, a tipagem implícita permite escrever x = 5 sem declarar x como um inteiro.
2. The automatic determination of variable types at runtime or compile-time without requiring the programmer to explicitly specify them
JavaScript uses implicit typing, so the same variable can hold different types of values.
JavaScript usa tipagem implícita, então a mesma variável pode conter diferentes tipos de valores.
This is a technical term primarily used in computer science and software development contexts. It gained prominence with the rise of interpreted and dynamically-typed languages like Python and JavaScript. In Brazil, particularly in tech hubs like São Paulo, the term is widely used in programming education and professional development. The concept represents a shift from traditional strongly-typed languages (like C or Java) toward more flexible programming paradigms.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →