Static typing

Static typing

January 14, 2023 | permanent

tags
A statically-typed language is a language (such as Java, C, or C++) where variable types are known at compile time. In most of these languages, types must be expressly indicated by the programmer; in other cases (such as OCaml), type inference allows the programmer to not indicate their variable types. Mozilla ref


Links to this note

Go to random page

Previous Next