What is Dynamically Typed Language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is Dynamically Typed Language?

31st Aug 2021, 1:16 PM
VSR [ DEV ]
VSR [ DEV ] - avatar
4 Answers
+ 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