←back to thread

511 points mootrichard | 1 comments | | HN request time: 0.207s | source
Show context
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 #
cschep ◴[] No.23990596[source]
Ruby was invented? :)
replies(3): >>23990957 #>>23991028 #>>23991070 #
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 #
ch_123 ◴[] No.23990986[source]
None of these were the first untyped languages, or even the first widely used untyped languages.
replies(1): >>23991066 #
1. vidarh ◴[] No.23991066[source]
In fact none of them are "untyped". They are strongly typed.

BCPL could conceivably be described as untyped.