Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: alt.folklore.computers,comp.os.linux.misc Subject: Re: The joy of FORTRAN Date: 27 Feb 2025 02:14:50 GMT Lines: 22 Message-ID: References: <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com> <36KdnVlGJu9VLW77nZ2dnZfqn_qdnZ2d@earthlink.com> <971448126.749088380.092448.peter_flass-yahoo.com@news.eternal-september.org> <59CJO.19674$MoU3.15170@fx36.iad> <3hOdnWpQ649QMGr7nZ2dnZfqnPidnZ2d@earthlink.com> <1smdnSjX3YoxgWf7nZ2dnZfqn_idnZ2d@earthlink.com> <1396870532.749421730.052473.peter_flass-yahoo.com@news.eternal-september.org> <1214951717.762291306.657281.peter_flass-yahoo.com@news.eternal-september.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net orNwZ+2eDyGriGymGL0fgAQeVrC4RtfCO93jFthuZg6mdIUOd9 Cancel-Lock: sha1:By/EpFyPg3npzPixUsGL1YUJ+sU= sha256:CFN/t8OhBOZKzdtwMbwtnOM1QnOJTKXTdrCvNbxS/Cs= User-Agent: Pan/0.160 (Toresk; ) Xref: csiph.com alt.folklore.computers:230126 comp.os.linux.misc:65750 On Wed, 26 Feb 2025 15:17:51 -0700, Peter Flass wrote: > c186282 wrote: >> On 2/25/25 2:33 PM, vjp2.at@at.BioStrategist.dot.dot.com wrote: >>> I went from DEC20 FORTRAN to pdp11 Basic (it had matrix math) to DEC >>> SAIL (Algol) to Pascal to C to Python >> >> Sounds familiar ... though 'C' became available on the PDP-11s (was >> writ on them). Still pref Pascal over Python where possible. >> >>> Assembler and COBOL were needed but avoided >> >> Better ASM than COBOL > > Depends on what you want to do. Assembler is a lot more fun, but I > wouldn’t want to write a payroll system in it. I recall one project that used a macroassembler to create sort of a subset of C. My reaction was 'Okay, but why?'. I suppose it made sense in an era when people felt compelled to write their own editors. Or, Gods forbid, they learned enough about lex and yacc to be really dangerous.