Sujet : Re: The joy of FORTRAN-like languages
De : peter_flass (at) *nospam* yahoo.com (Peter Flass)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 29. Sep 2024, 21:15:01
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1142817911.749332013.853906.peter_flass-yahoo.com@news.eternal-september.org>
References : 1 2 3 4 5
User-Agent : NewsTap/5.3.1 (iPad)
John Levine <
johnl@taugh.com> 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.
C was/is great for the low-level systems stuff, but then it started getting
used for everything, and getting stuf added to greatly complexity it.
-- Pete