Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #58490
| Subject | Re: The joy of FORTRAN |
|---|---|
| Newsgroups | comp.os.linux.misc, alt.folklore.computers |
| References | <pan$96411$d204da43$cc34bb91$1fe98651@linux.rocks> <5mqdnZuGq4lgwm_7nZ2dnZfqnPSdnZ2d@earthlink.com> <vcub5c$36h63$1@dont-email.me> <36KdnVlGJu9VLW77nZ2dnZfqn_qdnZ2d@earthlink.com> <IfZIO.214180$FzW1.122138@fx14.iad> |
| From | "186282@ud0s4.net" <186283@ud0s4.net> |
| Organization | wokiesux |
| Date | 2024-09-25 23:16 -0400 |
| Message-ID | <ZLecncKpCfSfT2n7nZ2dnZfqnPudnZ2d@earthlink.com> (permalink) |
Cross-posted to 2 groups.
On 9/25/24 3:11 PM, Charlie Gibbs wrote:
> On 2024-09-25, 186282@ud0s4.net <186283@ud0s4.net> wrote:
>
>> COBOL ... well ... would rather NOT use it.
>> The whole "self documenting" idea turned out
>> to be crap - COBOL is *hard* to understand
>> sometimes.
>
> Yes, the dream of a language that a manager could read
> was rather naive. As Robert L. Glass (under the pseudonym
> Miles Benson) once wrote in his column in Computerworld:
> "His programs were so readable that he once had one
> published in the _Saturday Evening Post_."
Heh heh ...
Anyway, great IDEA - but the *realization* was
kind of impossible. A computer language has to
be able to do lots of "computer stuff" and Joe
The Branch Manager is NOT gonna follow that at all.
Just TRYING to make it "accessible" made it all
the LESS accessible.
TOO damned WORDY also ... nearest thing is JavaScript
with aa.bb.cc.dd.ee.ff.gg(ww.xx.yy(z)) ... 'object'
CAN be carried just TOO far, which is why I tend to
stick pretty close to K&R 'C' ....
BUT ... huge amounts of still-used BIZ/GOVT software was
writ in COBOL. It WORKED, was solid. So, it IS worth
doing a few little apps in it every so often just to
stay aware. These days, few can afford to re-do
What Works in some other lang. Payroll, Scheduling,
vendors, banking ... the nuts-n-bolts stuff.
Those old narrow-tie Dilberts were GOOD at their craft.
> But it left a lot of room for humour, e.g. "The Common
> Business-Oriented Goldilocks", which tells the story
> in COBOL.
>
> I joined a PPOE at the same time as a new department head
> who was quite a character. Our inside sales manager,
> Al Tannock, popped in and said to him: "Say something
> in COBOL." Instantly our guy shot back:
>
> EXAMINE ROOM REPLACING ALL TANNOCKS WITH SPACES.
Hee, hee, hee ... I wonder if Al got it ? :-)
Of course now - MyString.replace("Tannock"," ") ...
there's "replace_text()" in some FORTRANs that
do the same thing, otherwise it's more ugly.
Hmm ... re-did a number of my fave funcs, mostly
for dealing with ascii-delimited strings/records,
in FORTRAN when I did my last little app to annoy
the new boyz. Gotta dig up that pgm and review.
PICK had "field(str,delim,fldnum)" which I always
found very useful, so that's usually the first thing
i'd move to another lang. Python now has the basic
equiv these days though you can also just split()
and go from there which will be more backwards
compatible.
Oh, one lang I can't stomach - ADA. It's just
SO fascist ...... wrote a few little things in
ADA, including linked-lists of linked-list records,
but that was IT, I was DONE. First off you had
to write translator funs between static and
dynamic strings and use 'em like EVERYWHERE or
you wouldn't get ANYWHERE. Rust isn't the 2nd
coming, despite the fanatics, but it's still a
LOT nicer than ADA. Otherwise IMHO RUST is just
another pointless mini-redo of 'C'. If it LOOKS
kinda like 'C', just use 'C'.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Can't Avoid That Shit Rust - Even On Gentoo Farley Flud <ff@linux.rocks> - 2024-09-21 12:03 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-21 08:34 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Farley Flud <ff@linux.rocks> - 2024-09-21 13:29 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-21 16:24 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-24 02:45 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-24 07:17 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Pancho <Pancho.Jones@proton.me> - 2024-09-24 11:16 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-25 02:00 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-25 01:44 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 06:46 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-09-25 07:25 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 19:11 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo D <nospam@example.net> - 2024-09-24 10:01 +0200
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-25 02:28 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 06:48 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-27 22:32 -0400
The joy of FORTRAN Lars Poulsen <lars@beagle-ears.com> - 2024-09-24 05:26 -0700
Re: The joy of FORTRAN snipeco.2@gmail.com (Sn!pe) - 2024-09-24 14:11 +0100
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-24 15:28 +0100
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-24 18:24 +0000
Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-09-24 19:13 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:37 -0700
Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-09-24 23:06 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-24 21:14 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-24 23:45 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-25 06:52 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-25 07:06 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-25 08:51 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: The joy of FORTRAN Niklas Karlsson <nikke.karlsson@gmail.com> - 2024-09-27 17:55 +0000
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-27 19:58 +0200
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 20:38 +0000
Re: The joy of FORTRAN Gordon Henderson <gordon+usenet@drogon.net> - 2024-09-28 11:35 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-28 20:13 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Lars Poulsen <lars@beagle-ears.com> - 2024-09-28 11:34 -0700
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-27 20:56 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:18 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Rich Alderson <news@alderson.users.panix.com> - 2024-09-30 16:26 -0400
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-25 07:17 -1000
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-09-25 21:10 +0100
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-25 08:00 -0400
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-25 15:12 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:51 -0700
Re: The joy of FORTRAN moi <findlaybill@blueyonder.co.uk> - 2024-09-27 02:29 +0100
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 00:52 +0000
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-25 08:03 -0400
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-09-25 17:29 +0100
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 19:11 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN drb@ihatespam.msu.edu (Dennis Boone) - 2024-09-27 04:23 +0000
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-24 16:05 -1000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 02:40 +0000
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-25 07:58 -0400
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Andy Walker <anw@cuboid.co.uk> - 2024-09-27 19:29 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:25 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:37 -0700
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-24 23:42 +0000
Re: The joy of FORTRAN John Levine <johnl@taugh.com> - 2024-09-25 17:22 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 21:23 +0000
Re: The joy of FORTRAN John Levine <johnl@taugh.com> - 2024-09-25 21:40 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-25 21:50 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:36 -0700
Re: The joy of FORTRAN Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2024-09-25 02:45 -0600
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 21:24 +0000
Re: The joy of FORTRAN Woozy Song <suzyw0ng@outlook.com> - 2024-09-25 11:03 +0800
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-25 04:38 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 05:31 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN antispam@fricas.org (Waldek Hebisch) - 2024-09-30 10:58 +0000
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-25 08:06 -0400
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-25 17:01 +0200
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-09-25 17:45 +0100
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 19:11 +0000
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-25 21:30 +0200
Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-09-25 15:03 +0000
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-25 07:31 -1000
Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-09-26 08:47 +0100
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-26 07:49 -1000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 20:48 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-26 22:36 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 23:07 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-26 01:32 +0000
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-26 08:21 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 20:52 +0000
Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-09-26 08:42 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 10:10 +0000
Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-09-26 11:49 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 20:43 +0000
Re: The joy of FORTRAN Lars Poulsen <lars@beagle-ears.com> - 2024-09-26 18:01 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 01:36 +0000
Re: The joy of FORTRAN Pancho <Pancho.Jones@proton.me> - 2024-09-27 10:43 +0100
Re: The joy of VAX Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:29 +0000
Re: The joy of VAX Pancho <Pancho.Jones@proton.me> - 2024-09-28 19:05 +0100
Re: The joy of VAX Robert Marshall <spam@capuchin.co.uk> - 2024-09-29 08:35 +0100
Re: The joy of VAX Bob Eager <news0009@eager.cx> - 2024-09-29 07:56 +0000
Re: The joy of VAX Peter Flass <peter_flass@yahoo.com> - 2024-09-29 13:15 -0700
The joy of VAX C Lars Poulsen <lars@beagle-ears.com> - 2024-09-28 12:27 -0700
Re: The joy of VAX C The Natural Philosopher <tnp@invalid.invalid> - 2024-09-28 22:03 +0100
Re: The joy of VAX C rbowman <bowman@montana.com> - 2024-09-29 02:53 +0000
Re: The joy of VAX C Peter Flass <peter_flass@yahoo.com> - 2024-09-29 13:15 -0700
Re: The joy of VAX C Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:10 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 01:39 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-27 14:18 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:29 -0700
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-27 09:55 -1000
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-27 11:13 -1000
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-25 08:34 -0700
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-25 09:07 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 21:30 +0000
TeX and Pascal [was Re: The joy of FORTRAN] Rich Alderson <news@alderson.users.panix.com> - 2024-09-25 15:18 -0400
Re: TeX and Pascal [was Re: The joy of FORTRAN] "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 01:44 -0400
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:50 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 07:06 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lars Poulsen <lars@beagle-ears.com> - 2024-09-29 06:55 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lars Poulsen <lars@beagle-ears.com> - 2024-09-29 09:08 -0700
Re: Procedural, Functional, String [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:21 +0000
Re: Procedural, Functional, String [was Re: The joy of FORTRAN] Lars Poulsen <lars@beagle-ears.com> - 2024-09-29 16:25 -0700
Re: Procedural, Functional, String [was Re: The joy of FORTRAN] p.dean@invalid.net (Peter Dean) - 2024-09-29 23:36 +0000
Re: Procedural, Functional, String [was Re: The joy of FORTRAN] drb@ihatespam.msu.edu (Dennis Boone) - 2024-09-30 00:54 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] rbowman <bowman@montana.com> - 2024-09-29 20:55 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:15 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Pancho <Pancho.Jones@proton.me> - 2024-09-30 10:24 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:19 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2024-09-30 15:44 -0600
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:42 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Pancho <Pancho.Jones@proton.me> - 2024-10-01 15:57 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-01 16:14 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-01 16:37 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 21:49 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 10:56 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Peter Flass <peter_flass@yahoo.com> - 2024-10-02 18:07 -0700
Re: Recursion [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 01:22 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 21:48 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2024-10-03 03:04 -0600
Re: TeX and Pascal [was Re: The joy of FORTRAN] Peter Flass <peter_flass@yahoo.com> - 2024-10-01 15:39 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-02 00:06 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:34 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Rich Alderson <news@alderson.users.panix.com> - 2024-10-02 15:48 -0400
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-03 10:33 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:30 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Pancho <Pancho.Jones@proton.me> - 2024-10-03 08:59 +0100
Re: Multiple Inheritance [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 21:47 +0000
Re: Multiple Inheritance [was Re: The joy of FORTRAN] Pancho <Pancho.Jones@proton.me> - 2024-10-03 08:58 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-09-30 11:09 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-09-30 13:52 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:27 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-09-30 15:00 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:21 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-09-30 16:27 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-01 13:43 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-10-01 07:58 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] The Natural Philosopher <tnp@invalid.invalid> - 2024-10-01 16:15 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 21:51 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-10-01 14:59 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 22:17 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-10-01 16:07 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 00:54 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-10-01 07:57 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] antispam@fricas.org (Waldek Hebisch) - 2024-10-03 00:17 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Mike Spencer <mds@bogus.nodomain.nowhere> - 2024-09-30 21:22 -0300
Re: TeX and Pascal [was Re: The joy of FORTRAN] rbowman <bowman@montana.com> - 2024-10-01 01:31 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 01:38 +0000
Re: TeX and Pascal [was Re: The joy of FORTRAN] John Ames <commodorejohn@gmail.com> - 2024-10-01 07:43 -0700
Re: TeX and Pascal [was Re: The joy of FORTRAN] Pancho <Pancho.Jones@proton.me> - 2024-09-30 10:19 +0100
Re: TeX and Pascal [was Re: The joy of FORTRAN] moi <findlaybill@blueyonder.co.uk> - 2024-09-30 23:28 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 21:27 +0000
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-25 14:42 -0700
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 01:41 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 21:29 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-24 17:53 +0000
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-24 20:01 +0200
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:36 -0700
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 00:52 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-25 04:45 +0000
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-09-25 17:39 +0100
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-09-25 07:13 -1000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 19:11 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-25 11:34 +0100
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-25 08:08 -0400
Re: The joy of FORTRAN drb@ihatespam.msu.edu (Dennis Boone) - 2024-09-25 20:47 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 01:43 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:30 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-28 02:20 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 02:22 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-28 07:42 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 07:37 +0000
Re: The joy of FORTRAN Chris Ahlstrom <OFeem1987@teleworm.us> - 2024-09-28 07:07 -0400
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-28 19:36 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-28 22:04 +0100
Re: The joy of FORTRAN-like languages John Levine <johnl@taugh.com> - 2024-09-28 21:20 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-28 22:28 +0100
Re: The joy of FORTRAN-like languages rbowman <bowman@montana.com> - 2024-09-29 03:11 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:22 +0100
Re: The joy of FORTRAN-like languages rbowman <bowman@montana.com> - 2024-09-29 19:56 +0000
Re: The joy of FORTRAN-like languages John Ames <commodorejohn@gmail.com> - 2024-09-30 10:01 -0700
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 18:39 +0100
Re: The joy of FORTRAN-like languages John Ames <commodorejohn@gmail.com> - 2024-09-30 11:15 -0700
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-10-01 13:45 +0100
Re: The joy of FORTRAN-like languages John Ames <commodorejohn@gmail.com> - 2024-10-01 08:02 -0700
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN-like languages Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-29 04:26 +0000
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:17 +0000
Re: The joy of FORTRAN-like languages Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-30 05:46 +0000
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 05:53 +0000
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 13:17 +0100
Re: The joy of ALGOL-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:37 +0000
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:25 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:26 +0100
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-29 13:15 -0700
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 13:11 +0100
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN-like languages Rich Alderson <news@alderson.users.panix.com> - 2024-09-30 16:51 -0400
Re: The joy of FORTRAN-like languages Bob Eager <news0009@eager.cx> - 2024-09-30 20:58 +0000
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:33 +0000
Re: The joy of FORTRAN-like languages Lars Poulsen <lars@beagle-ears.com> - 2024-09-30 19:03 -0700
Re: The joy of FORTRAN-like languages Rich Alderson <news@alderson.users.panix.com> - 2024-10-01 16:53 -0400
Re: The joy of FORTRAN-like languages Rich Alderson <news@alderson.users.panix.com> - 2024-10-01 16:39 -0400
Re: The joy of FORTRAN-like languages scott@slp53.sl.home (Scott Lurndal) - 2024-09-30 23:10 +0000
Re: The joy of FORTRAN-like languages Rich Alderson <news@alderson.users.panix.com> - 2024-10-01 17:36 -0400
Re: The joy of FORTRAN-like languages geodandw <geodandw@gmail.com> - 2024-09-28 17:41 -0400
Re: The joy of FORTRAN-like languages Niklas Karlsson <nikke.karlsson@gmail.com> - 2024-09-28 21:44 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:06 +0100
Re: The joy of FORTRAN-like languages geodandw <geodandw@gmail.com> - 2024-09-29 02:57 -0400
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 08:34 +0100
Re: The joy of FORTRAN-like languages rbowman <bowman@montana.com> - 2024-09-29 19:39 +0000
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:25 +0000
Re: The joy of FORTRAN-like languages Lars Poulsen <lars@beagle-ears.com> - 2024-09-28 15:17 -0700
7-bit encodings (was: Re: The joy of FORTRAN-like languages) Nuno Silva <nunojsilva@invalid.invalid> - 2024-09-29 00:36 +0100
Re: The joy of FORTRAN-like languages rbowman <bowman@montana.com> - 2024-09-29 03:15 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:16 +0100
Re: The joy of FORTRAN-like languages rbowman <bowman@montana.com> - 2024-09-29 19:29 +0000
Re: The joy of FORTRAN-like languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:24 +0000
Re: The joy of FORTRAN-like languages scott@slp53.sl.home (Scott Lurndal) - 2024-09-30 16:31 +0000
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 18:12 +0100
Re: The joy of FORTRAN-like languages scott@alfter.diespammersdie.us (Scott Alfter) - 2024-09-30 21:26 +0000
Re: The joy of FORTRAN-like languages Peter Flass <peter_flass@yahoo.com> - 2024-09-29 13:15 -0700
Re: The joy of FORTRAN-like languages The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 13:10 +0100
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-29 03:01 +0000
Re: The joy of FORTRAN vallor <vallor@cultnix.org> - 2024-09-29 07:58 +0000
Into the woods of business Lars Poulsen <lars@beagle-ears.com> - 2024-09-29 07:11 -0700
Re: Into the woods of business vallor <vallor@cultnix.org> - 2024-09-29 20:02 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-29 20:09 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:29 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 21:41 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-29 04:26 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:26 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-30 05:46 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 05:54 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:26 +0000
Re: The joy of FORTRAN Harold Stevens <wookie@aspen.localdomain> - 2024-10-01 03:52 -0500
Re: The joy of FORTRAN Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2024-10-01 15:49 -0600
Re: The joy of FORTRAN Harold Stevens <wookie@aspen.localdomain> - 2024-10-01 18:04 -0500
Re: The joy of FORTRAN Louis Krupp <lkrupp@invalid.pssw.com.invalid> - 2024-10-02 03:12 -0600
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-29 07:27 +0100
Re: The joy of FORTRAN antispam@fricas.org (Waldek Hebisch) - 2024-09-30 12:35 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 14:26 +0100
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-30 19:53 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:47 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 18:39 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 21:55 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:45 +0000
Re: The joy of FORTRAN Rich Alderson <news@alderson.users.panix.com> - 2024-10-01 17:40 -0400
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:44 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-24 23:31 +0000
Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-09-24 19:11 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-24 20:22 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-24 21:09 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-24 23:49 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-24 22:05 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:37 -0700
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-24 13:21 +0000
Re: The joy of FORTRAN cross@spitfire.i.gajendra.net (Dan Cross) - 2024-09-24 17:12 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-24 22:05 +0000
Re: The joy of FORTRAN cross@spitfire.i.gajendra.net (Dan Cross) - 2024-09-25 13:01 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-25 15:13 +0000
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-24 19:55 +0200
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-24 15:36 -0700
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-25 02:42 -0400
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-25 06:47 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-25 07:14 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 19:11 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-25 23:16 -0400
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-26 16:18 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-26 20:51 +0000
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-09-27 11:32 +0100
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-27 12:10 +0100
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-27 14:15 +0000
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-27 14:13 +0000
Re: The joy of FORTRAN D <nospam@example.net> - 2024-09-27 22:00 +0200
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 20:38 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:33 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:29 -0700
Re: The joy of FORTRAN Bob Eager <news0009@eager.cx> - 2024-09-28 20:17 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-27 02:45 -0400
Re: The joy of Ada Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 06:52 +0000
Re: The joy of Ada Andy Walker <anw@cuboid.co.uk> - 2024-09-27 12:02 +0100
Re: The joy of Ada Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:35 +0000
Re: The joy of Ada "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-27 20:54 -0400
Re: The joy of Ada Bob Eager <news0009@eager.cx> - 2024-09-28 09:32 +0000
Re: The joy of Ada "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 01:30 -0400
Re: The joy of Ada Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:29 -0700
Re: The joy of Ada Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 21:45 +0000
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-27 07:59 -0700
Re: The joy of FORTRAN Harold Stevens <wookie@aspen.localdomain> - 2024-09-27 11:08 -0500
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-27 09:32 -0700
Re: The joy of FORTRAN R Daneel Olivaw <Danny@hyperspace.vogon.gov> - 2024-09-27 18:38 +0200
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: The pain of Excel Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:41 +0000
Re: The pain of Excel Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-29 04:26 +0000
Re: The pain of Excel Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:35 +0000
Re: The pain of Excel Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-30 05:46 +0000
Re: The pain of Excel Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 05:55 +0000
Re: The pain of Excel Pancho <Pancho.Jones@proton.me> - 2024-09-30 10:36 +0100
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-27 21:49 -0400
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-30 10:36 -0700
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 18:51 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:48 +0000
Re: The joy of FORTRAN scott@slp53.sl.home (Scott Lurndal) - 2024-09-30 18:04 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:52 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 01:26 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 01:39 +0000
Re: The joy of FORTRAN antispam@fricas.org (Waldek Hebisch) - 2024-10-01 11:35 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-01 15:39 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 00:58 +0000
Re: The joy of FORTRAN moi <findlaybill@blueyonder.co.uk> - 2024-09-26 23:30 +0100
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-26 17:52 -0700
Re: The joy of FORTRAN geodandw <geodandw@gmail.com> - 2024-09-26 21:20 -0400
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: The joy of FORTRAN geodandw <geodandw@gmail.com> - 2024-09-27 15:09 -0400
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 20:38 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-27 23:43 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-29 04:26 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:36 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-28 03:18 -0400
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-28 09:12 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 08:24 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 01:28 -0400
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:42 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-29 20:00 +0000
Re: The joy of FORTRAN Harold Stevens <wookie@aspen.localdomain> - 2024-09-29 17:08 -0500
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 23:28 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 23:36 -0400
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-30 07:40 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 07:52 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-30 20:19 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 13:08 +0100
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-02 03:34 -0400
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 01:06 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 01:42 +0000
OT ; Re: The joy of FORTRAN Bobbie Sellers <blissInSanFrancisco@mouse-potato.com> - 2024-09-30 08:36 -0700
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 17:00 +0100
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:57 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 00:51 +0000
Re: OT ; Re: The joy of FORTRAN Bobbie Sellers <blissInSanFrancisco@mouse-potato.com> - 2024-09-30 20:32 -0700
Re: OT ; Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-01 16:37 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:02 +0100
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 16:43 +0000
Re: OT ; Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-02 18:07 -0700
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-01 13:51 +0100
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 19:00 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:18 +0100
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 16:41 +0000
Re: OT ; Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:34 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 19:03 +0000
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 22:00 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 02:40 +0000
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 03:05 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 07:29 +0000
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 08:30 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 16:46 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 18:11 +0100
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 22:33 +0000
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 23:53 +0000
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-03 02:10 +0000
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 03:48 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-03 10:56 +0100
Re: OT ; Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-02 18:07 -0700
Re: OT ; Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-03 02:20 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-03 10:52 +0100
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 22:12 +0000
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:22 +0100
Re: OT ; Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:20 +0100
Re: OT ; Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 22:13 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-09-30 14:43 -0700
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 18:52 +0000
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-10-01 09:29 -1000
Re: The joy of FORTRAN Lynn Wheeler <lynn@garlic.com> - 2024-10-01 13:30 -1000
Re: The joy of RISC Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 00:56 +0000
Re: The joy of RISC Lynn Wheeler <lynn@garlic.com> - 2024-10-01 15:39 -1000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-09-30 12:48 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:58 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 01:19 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 22:38 -0400
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-09-30 07:26 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-30 04:08 -0400
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-30 14:19 -0700
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-01 00:56 -0400
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-10-01 07:54 -0700
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-01 18:44 +0000
Re: The joy of FORTRAN D <nospam@example.net> - 2024-10-01 21:28 +0200
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-10-01 12:57 -0700
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 02:12 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-01 23:48 -0400
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 07:27 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 08:31 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 16:21 +0000
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-02 17:29 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:14 +0100
Re: The joy of FORTRAN John Ames <commodorejohn@gmail.com> - 2024-10-02 08:24 -0700
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-02 17:29 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 18:41 +0100
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:09 +0100
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:08 +0100
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-01 23:27 -0400
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 11:06 +0100
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 16:29 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 17:52 +0100
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-02 17:29 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 22:06 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 22:26 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-03 01:22 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 01:27 +0000
Re: The joy of FORTRAN Don_from_AZ <djatechNOSPAM@comcast.net.invalid> - 2024-10-02 20:13 -0700
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 03:50 +0000
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-03 05:46 +0000
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 05:59 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-02 18:07 -0700
Re: The joy of FORTRAN rbowman <bowman@montana.com> - 2024-10-02 22:03 +0000
Re: The joy of FORTRAN "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-02 23:03 -0400
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-02 17:29 +0000
Re: The joy of FORTRAN The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 18:39 +0100
Re: The joy of FORTRAN Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 22:21 +0000
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-10-02 18:07 -0700
Re: The joy of FORTRAN "Kerr-Mudd, John" <admin@127.0.0.1> - 2024-10-03 09:56 +0100
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Peter Flass <peter_flass@yahoo.com> - 2024-09-28 10:54 -0700
Re: The joy of FORTRAN Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-27 17:43 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo rek2 hispagatos <rek2@hispagatos.org.invalid> - 2024-09-24 15:46 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo The Natural Philosopher <tnp@invalid.invalid> - 2024-09-24 17:04 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-24 21:03 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-09-24 17:49 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-24 21:02 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-24 18:24 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo The Natural Philosopher <tnp@invalid.invalid> - 2024-09-24 20:15 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-09-24 23:17 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-25 00:52 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-28 03:10 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-28 07:38 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-29 01:11 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-29 05:38 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-30 01:18 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-09-30 05:52 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 06:03 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-09-30 07:21 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-30 03:43 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-09-30 19:31 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-09-30 19:40 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 22:00 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo jgd@cix.co.uk (John Dallman) - 2024-10-01 00:25 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 23:48 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo jgd@cix.co.uk (John Dallman) - 2024-10-01 00:56 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-01 00:27 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo jgd@cix.co.uk (John Dallman) - 2024-10-01 10:12 +0100
64-bit time on 32-bit Windows NT (was: Re: Can't Avoid That Shit Rust - Even On Gentoo) Nuno Silva <nunojsilva@invalid.invalid> - 2024-10-01 10:31 +0100
Re: 64-bit time on 32-bit Windows NT Richard Kettlewell <invalid@invalid.invalid> - 2024-10-01 16:55 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-01 00:16 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2024-10-01 16:41 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-02 00:57 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Richard Kettlewell <invalid@invalid.invalid> - 2024-10-02 08:55 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo The Natural Philosopher <tnp@invalid.invalid> - 2024-10-02 10:47 +0100
Re: Can't Avoid That Shit Rust - Even On Gentoo rbowman <bowman@montana.com> - 2024-10-01 01:59 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-09-30 23:56 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Farley Flud <ff@linux.rocks> - 2024-10-01 07:54 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Joel <joelcrump@gmail.com> - 2024-10-01 04:01 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-02 00:07 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Farley Flud <ff@linux.rocks> - 2024-10-02 09:49 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-02 22:32 +0000
Re: Can't Avoid That Shit Rust - Even On Gentoo "186282@ud0s4.net" <186283@ud0s4.net> - 2024-10-02 22:25 -0400
Re: Can't Avoid That Shit Rust - Even On Gentoo Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-03 03:52 +0000
(Thread has 505 articles, showing 500 — browse group in flat view)
csiph-web