←back to thread

511 points mootrichard | 8 comments | | HN request time: 1.058s | source | bottom
1. ch_123 ◴[] No.23990527[source]
> Typed versus untyped is a 30-year-old issue for programming languages.

I'm pretty sure the merits of typed vs untyped has been going on since the 1950s at least. 30 years is such a specific period of time that it makes me wonder what happened in the early 90s that the author is referring to.

replies(1): >>23990596 #
2. cschep ◴[] No.23990596[source]
Ruby was invented? :)
replies(3): >>23990957 #>>23991028 #>>23991070 #
3. HideousKojima ◴[] No.23990957[source]
And JavaScript and Python, and a whole host of languages that didn't care about strong typing
replies(2): >>23990986 #>>23991060 #
4. ch_123 ◴[] No.23990986{3}[source]
None of these were the first untyped languages, or even the first widely used untyped languages.
replies(1): >>23991066 #
5. yakshaving_jgt ◴[] No.23991028[source]
Ruby is only 25, but Haskell is 30.
6. vidarh ◴[] No.23991060{3}[source]
Ruby and Python are both strongly typed. They are not statically typed.
7. vidarh ◴[] No.23991066{4}[source]
In fact none of them are "untyped". They are strongly typed.

BCPL could conceivably be described as untyped.

8. bastardoperator ◴[] No.23991070[source]
Nope, that happened 5 years later.