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: 29 Sep 2024 03:01:22 GMT Lines: 14 Message-ID: References: <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com> <1r0e6u9.1tubjrt1kapeluN%snipeco.2@gmail.com> <156256844.748909906.434683.peter_flass-yahoo.com@news.eternal-september.org> <1696219735.749088927.121438.peter_flass-yahoo.com@news.eternal-september.org> <99CJO.19678$MoU3.7045@fx36.iad> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net rn1QHEpspCjurwrNUX32bAJ/6KfuhWmSnuM4vT6kQ/G+UIf7LF Cancel-Lock: sha1:/NAITSjumpAQ8LOGcxh1l0/5WzM= sha256:zkVEINzk/xnl3iv44zqVo47pO6wHfaIvFtB5frAQcm4= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com alt.folklore.computers:227176 comp.os.linux.misc:58634 On Sat, 28 Sep 2024 22:04:31 +0100, The Natural Philosopher wrote: > The need to speed up BASIC was why I learnt Assembler... > > Then I moved onto C, and that was the best of both worlds really I pretty much started with assembler and moved on to C. Assembler served me well. When I went with the company that wanted a faster BASIC they handed me a stack of greenbar with the disassembly of what they were using. "Smells like a Trash-80 ROM" I thought to myself. Disassembled code isn't that great but once you get the feel for it you can figure out what's going on. It's actually much easier than making sense of f2c output.