Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #218865
| From | Ahem A Rivet's Shot <steveo@eircom.net> |
|---|---|
| Newsgroups | alt.folklore.computers |
| Subject | Re: HA - Found a CP/M-86 image and C compiler for VBox |
| Date | 2021-09-16 22:55 +0100 |
| Organization | A noiseless patient Spider |
| Message-ID | <20210916225545.6449ed5b8800c13d656701ce@eircom.net> (permalink) |
| References | (10 earlier) <brd5jg11h2sv67g34rh4kfghd64mvv8ndu@4ax.com> <4vmdndlRB4Tf_an8nZ2dnUU7-cPNnZ2d@earthlink.com> <sh207o$sdd$1@dont-email.me> <757b0d1e-f97a-4c12-980c-451e5a6f2982n@googlegroups.com> <91803d82-ca1d-4e32-a25d-12fba87b1d55n@googlegroups.com> |
On Thu, 16 Sep 2021 14:05:25 -0700 (PDT) Robin Vowels <robin.vowels@gmail.com> wrote: > On Thursday, September 16, 2021 at 10:37:57 PM UTC+10, Quadibloc wrote: > > On Sunday, September 5, 2021 at 2:47:53 AM UTC-6, The Natural > > Philosopher wrote: > > > > > Hence 'object oriented' rubbish and 'operator overloading' - sheesh > > > the worst idea EVER. Making a expresssion symbol dependent on the > > > context in which its being used. > > > > In FORTRAN, + - * and / work with INTEGER, REAL, DOUBLE PRECISION, and > > COMPLEX variables equally well. > > So operator overloading is not a bad idea - if it is used properly, > > instead of abused. > > And anyway, that isn't operator overloading. Yes it is, as soon as the code required for the operation depends on the data types on either side of the operator it's overloaded. It's just done at the compiler level and not made extensible by the programmer in FORTRAN. Making it extensible by the programmer does of course open up all sorts of possibilities for abuse - but it is nonetheless useful when used appropriately to aid code clarity. For example if I happen to be writing code that deals with vectors a lot it would be useful to be able to add them and multiply them by scalars without wordy function calls obscuring the logic. -- Steve O'Hara-Smith | Directable Mirror Arrays C:\>WIN | A better way to focus the sun The computer obeys and wins. | licences available see You lose and Bill collects. | http://www.sohara.org/
Back to alt.folklore.computers | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-02 14:51 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-03 03:19 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox scott@slp53.sl.home (Scott Lurndal) - 2021-09-03 14:00 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-03 17:44 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-09-03 17:43 -0300
Re: HA - Found a CP/M-86 image and C compiler for VBox scott@slp53.sl.home (Scott Lurndal) - 2021-09-03 20:51 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-04 21:29 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-09-05 04:19 -0300
Re: HA - Found a CP/M-86 image and C compiler for VBox gareth evans <headstone255@yahoo.com> - 2021-09-04 15:46 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-03 14:11 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-03 19:53 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-03 13:59 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-03 20:18 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-05 02:14 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-05 09:47 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox drb@ihatespam.msu.edu (Dennis Boone) - 2021-09-05 10:00 -0500
Re: real programmers, was HA - Found a CP/M-86 image and C compiler for VBox John Levine <johnl@taugh.com> - 2021-09-05 22:16 +0000
Re: real programmers, was HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:46 -0700
Re: real programmers, was HA - Found a CP/M-86 image and C compiler for VBox Thomas Koenig <tkoenig@netcologne.de> - 2021-09-18 09:19 +0000
Re: real programmers, was HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-18 15:48 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2021-09-05 12:05 -0400
Re: fine old languages, HA - Found a CP/M-86 image and C compiler for VBox John Levine <johnl@taugh.com> - 2021-09-05 22:20 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Robin Vowels <robin.vowels@gmail.com> - 2021-09-05 18:05 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-05 23:00 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Dan Espen <dan1espen@gmail.com> - 2021-09-07 16:27 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-07 18:30 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-08 00:17 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-06 08:50 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2021-09-06 11:16 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:50 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Rich Alderson <news@alderson.users.panix.com> - 2021-09-06 15:04 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Jerry Peters <jerry@example.invalid> - 2021-09-09 02:04 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:37 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-16 13:50 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Thomas Koenig <tkoenig@netcologne.de> - 2021-09-16 20:22 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Robin Vowels <robin.vowels@gmail.com> - 2021-09-16 14:11 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Robin Vowels <robin.vowels@gmail.com> - 2021-09-16 14:05 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-16 22:55 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Robin Vowels <robin.vowels@gmail.com> - 2021-09-16 15:40 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-16 18:57 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-16 22:33 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-17 07:13 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-05 10:44 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-05 09:44 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:43 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-16 13:51 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox scott@slp53.sl.home (Scott Lurndal) - 2021-09-05 14:11 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Mike Spencer <mds@bogus.nodomain.nowhere> - 2021-09-05 18:31 -0300
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-05 19:45 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-05 13:01 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-06 17:27 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-06 23:59 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-07 09:41 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox gareth evans <headstone255@yahoo.com> - 2021-09-07 11:54 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Niklas Karlsson <nikke.karlsson@gmail.com> - 2021-09-07 10:58 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-07 13:42 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:58 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Niklas Karlsson <nikke.karlsson@gmail.com> - 2021-09-16 13:42 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-16 15:12 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-16 17:40 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-07 13:42 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox gareth evans <headstone255@yahoo.com> - 2021-09-07 14:53 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-07 12:45 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 06:00 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-07 06:45 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Rich Alderson <news@alderson.users.panix.com> - 2021-09-08 16:17 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 05:55 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-16 17:40 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-16 18:16 +0000
JRRT's linguistic influences [was not really: Re: HA - Found a CP/M-86 image and C compiler for VBox] Rich Alderson <news@alderson.users.panix.com> - 2021-09-17 16:35 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-16 19:19 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-16 23:26 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-16 18:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox "Kerr-Mudd, John" <admin@127.0.0.1> - 2021-09-16 20:55 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-16 14:41 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-16 23:15 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-07 06:45 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-07 14:12 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-07 15:34 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Quadibloc <jsavard@ecn.ab.ca> - 2021-09-16 06:09 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Eder <a_eder_muc@web.de> - 2021-09-10 18:25 +0200
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-05 01:40 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-05 09:38 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-05 10:49 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-05 11:22 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox gareth evans <headstone255@yahoo.com> - 2021-09-05 11:31 +0100
OT : Re: HA - Found a CP/M-86 image and C compiler for VBox gareth evans <headstone255@yahoo.com> - 2021-09-05 11:38 +0100
Re: OT : Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-05 12:15 +0100
Re: OT : Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-06 17:30 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-07 22:05 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Stéphane CARPENTIER <sc@fiat-linux.fr> - 2021-09-05 10:13 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-05 09:50 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-05 20:18 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-05 22:38 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-06 08:53 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-05 12:22 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox The Natural Philosopher <tnp@invalid.invalid> - 2021-09-05 17:26 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-05 17:29 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Dave Garland <dave.garland@wizinfo.com> - 2021-09-05 23:35 -0500
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-06 17:37 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-06 13:46 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-06 10:58 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-06 14:01 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-06 17:42 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-06 21:07 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-06 20:01 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-07 22:08 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-08 09:22 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-07 00:02 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Peter Flass <peter_flass@yahoo.com> - 2021-09-07 06:45 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-07 14:15 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-07 20:44 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Dave Garland <dave.garland@wizinfo.com> - 2021-09-07 00:22 -0500
Re: HA - Found a CP/M-86 image and C compiler for VBox Ahem A Rivet's Shot <steveo@eircom.net> - 2021-09-06 09:04 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox "Kerr-Mudd, John" <admin@127.0.0.1> - 2021-09-15 18:08 +0100
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox SixOverFive <hae274c.net> - 2021-09-05 23:14 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-06 00:01 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-06 16:08 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox maus <maus@dmaus.org> - 2021-09-06 21:09 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Rich Alderson <news@alderson.users.panix.com> - 2021-09-08 16:14 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox usenet@only.tnx (Questor) - 2021-09-03 19:34 +0000
Re: HA - Found a CP/M-86 image and C compiler for VBox Andreas Kohlbach <ank@spamfence.net> - 2021-09-03 19:57 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox "Kurt Weiske" <kurt.weiske@realitycheckbbs.org.remove-x4i-this> - 2021-09-03 08:00 -0700
Re: HA - Found a CP/M-86 image and C compiler for VBox J. Clarke <jclarke.873638@gmail.com> - 2021-09-04 15:09 -0400
Re: HA - Found a CP/M-86 image and C compiler for VBox Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2021-09-07 20:12 +0000
csiph-web