Sujet : Re: The joy of FORTRAN-like languages
De : geodandw (at) *nospam* gmail.com (geodandw)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 28. Sep 2024, 22:41:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vd9t5u$1dira$1@dont-email.me>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 9/28/24 17:20, John Levine wrote:
According to The Natural Philosopher <tnp@invalid.invalid>:
The need to speed up BASIC was why I learnt Assembler...
Dartmouth BASIC on the GE 635 compiled your program into machine code
and then ran it, so it was pretty snappy. The compiler was so fast that
it wasn't worth keeping the objsct code around. They didn't have a linker
until they added a PL/I compiler that was as slow as PL/I compilers are.
All this running 100 users on a machine the size of the KA-10 PDP-10.
Then I moved onto C, and that was the best of both worlds really
C was in the sweet spot of being not all that great, but better than any of the
plausible alternatives at the time.
If you like getting security exploits due to buffer overruns.