FR version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
33% Positive
Analyzed from 265 words in the discussion.
Trending Topics
#typing#dynamic#object#static#code#runtime#problem#types#errors#type

Discussion (13 Comments)Read Original on HackerNews
The point of types is to prove the absence of errors. Dynamic typing just has these errors well-structured and early, but they're still errors.
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?