|
|
|
|
|
by antonvs
55 days ago
|
|
Technically, in a type theory context, there’s no such thing as “dynamic typing”. Types are a static, syntactic property of programs. The correct term for languages that don’t have syntactic types is “untyped”. > Most people who think they have a problem with dynamic typing actually have a problem with weak typing. All people who say things like this have never studied computer science. |
|
"syntactic type" is a weird term to me, though. Is that in common use?