Hacker News new | ask | show | jobs
by TheCoelacanth 4861 days ago
> Java was the first strongly-typed language

Is that supposed to be a joke? Java isn't remotely close to being the first strongly-typed or even the first statically-typed language.

3 comments

This is especially funny considering that before generics where introduced into the language, the granularity of Java's type system when it comes to containers was essentially, "Well, everything is an Object...". Thus not only was it not the first statically typed language, but for some very basic stuff the type system had to be effectively circumvented, whereby one lost all the advantages of static typing.

(Of course, C has its void pointers for the same purpose...)

I was confused about that as well
Do you know which one is?
Pascal maybe, or Algol
Probably Fortran.