Hacker News new | ask | show | jobs
by dtech 1715 days ago
Can you elaborate on that? As I see it dynamic was popular in the 90's (Python, JS, Ruby), but outside of that it's always been pretty much dynamic for scripting and static for everything else.
2 comments

Consider that first Fortran (statically typed) and Lisp (dynamic) implementations date back to late 1950s. Since then there was a constant tug of war between these camps, including BASIC, COBOL, Smalltalk, Pascal, and trends falling in and out of favour.

All this however is rather orthogonal to the strengths of type systems. CL type system, for instance, is stronger than one of Java or C.

None of those languages were popular in the 90s.
> None of those languages were popular in the 90s.

JS was, because browsers. Python was starting to be toward the end of the 90s. Ruby (as I understand) was in Japan though it wasn't until Rails took off that it became popular elsewhere. Perl (not on the list but similar to those on the list) definitely was.

Pearl was!