>>1004706
>>Javascript is proclaimed as the new C
JavaScript is already the new C. Programs are being rewritten in the UNIX language JavaScript, just like they were rewritten from Fortran, Pascal, and other languages into C in the 80s and 90s. The C weenies had to "reinvent" threads and asynchronous programming too, even though they were important features of PL/I, Ada, and other languages many years earlier. C and JavaScript are being used in ways they were never intended for because incompetent "decision makers" believe the availability of "cheap" "programmers" overrides all other concerns. They think 15,600 interchangeable weenies are better than a few good programmers.
Date: Sun, 15 Nov 1992 17:55-0500
Subject: Re: [Re: Eliminate TCP Input Demuxing]
I'm just getting around to responding to this, with an
historical note which I cannot resist. Paul's paper is
a good, thorough, and competently done analysis, but
the conclusion takes me back about 14 years. Are we
always destined to reinvent the same stuff every N
years?
There is a well known effect in the computer architecture
community, which in summary states that all major
architectural mistakes must be and have been made at least
three times: once in the design of mainframes, once in the
design of minicomputers, and once in the design of
microcomputers. Perhaps a similar rule applies to operating
systems.
The same mistakes are made once in mainframe OS's, twice in
microcomputer OS's, and N times in Unix (tm) operating
systems. What seems surprising and different is that they
don't get fixed in Unix. Mostly people don't even realize
they ARE mistakes.