Properties2
| Type | Concept |
| Note created | Feb 17, 2025 |
A dynamically typed programming language is a language that uses strong typing but whose type safety is enforced during runtime. Even though it is commonly mistaken for weak typing, dynamic typing enforces strong types: the difference is that the types are associated with values, and not variables.