What is Dynamically Typed Language? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 9

What is Dynamically Typed Language?

31st Aug 2021, 1:16 PM
VSR [ DEV ]
VSR [ DEV ] - avatar
4 Respostas
+ 7
Matty Fortunate I have given the example in tags.
31st Aug 2021, 2:13 PM
VSR [ DEV ]
VSR [ DEV ] - avatar
+ 6
It probably means loosely typed languages, which means that you don't need to specify the data type of the value when you declare it, the compiler will read the value and choose the suitable data type for certain variables
31st Aug 2021, 1:20 PM
Tim
Tim - avatar
+ 3
JavaScript and python etc are examples of dynamically typed language
31st Aug 2021, 2:04 PM
Pro Professor
Pro Professor - avatar
0
Dynamically-typed languagesĀ are those (likeĀ JavaScript) where the interpreter assignsĀ variablesĀ aĀ typeĀ at runtime based on the variable'sĀ valueĀ at the time.
1st Sep 2021, 4:27 AM
Arun Jamson
Arun Jamson - avatar