AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Is a Programming Language Dynamically Typed?
A type is kind of what kind of thing is this part of the program supposed to be? So types are really important in programming languages because they help us check that our program is correct. There's two different paradigms, main paradigms of typing. One is called statically typed. That's where we know the type of all these variables and functions before the program is compiled.