Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > alt.folklore.computers > #218653
| From | The Natural Philosopher <tnp@invalid.invalid> |
|---|---|
| Newsgroups | alt.folklore.computers, comp.os.linux.misc |
| Subject | Re: HA - Found a CP/M-86 image and C compiler for VBox |
| Date | 2021-09-05 09:47 +0100 |
| Organization | A little, after lunch |
| Message-ID | <sh207o$sdd$1@dont-email.me> (permalink) |
| References | (7 earlier) <b164jgt5pl8tuuu7gs8s4gtjd6ldsf4tao@4ax.com> <20210903195345.1fe658b46921b8bcfff7a36e@eircom.net> <601278435.652395486.631602.peter_flass-yahoo.com@news.eternal-september.org> <brd5jg11h2sv67g34rh4kfghd64mvv8ndu@4ax.com> <4vmdndlRB4Tf_an8nZ2dnUU7-cPNnZ2d@earthlink.com> |
Cross-posted to 2 groups.
On 05/09/2021 07:14, SixOverFive wrote: > On 9/3/21 8:18 PM, J. Clarke wrote: >> On Fri, 3 Sep 2021 13:59:26 -0700, Peter Flass <peter_flass@yahoo.com> >> wrote: >> >>> Ahem A Rivet's Shot <steveo@eircom.net> wrote: >>>> On Fri, 03 Sep 2021 14:11:42 -0400 >>>> J. Clarke <jclarke.873638@gmail.com> wrote: >>>> >>>>> and that idiot insisted that his students use >>>>> cards because that's what they'd be working with in the real world. >>>> >>>> Reminds me of the A level computer science course I wished I hadn't >>>> taken - the year before it had been all about machine architecture, >>>> assembly language programming, data structures and algorithms, fun >>>> stuff. >>>> But I wasn't allowed to take it that year (because I was taking my O >>>> levels) I had to wait and take it the following year and so the >>>> course I >>>> got to take was COBOL, systems analysis and data validation and not >>>> what I >>>> had been looking forward to at all. But it was "what we'd be working >>>> with >>>> in the real world" or so I was told when I moaned about the change. >>>> >>> >>> COBOL programmers are still in demand, apparently. >> >> They are. Unfortunately these days to get a job you have to move to >> India and be willing to work for an Indian wage. It's a _good_ Indian >> wage mind you, I understand you can live comfortably on it, but it's >> below US minimum. > > Know a guy who got a job fairly recently at a govt > op ... one requirement was that he learn COBOL because > they'd heavily invested in *perfect* COBOL apps way > back in the day and would not, could not afford to, > have them re-written in anything else. Important > customized stuff like payrolls, scheduling ... > > COBOL was a wonder-language back in the day, perfect for > all kinds of biz apps and (sort of) self-documenting > because of the quasi-natural-language code. Its "PIC" > statement was great, could do everything printf() can > do, help you out with format conversions and forms. > It was assumed you were using TTY terminals and serial > ASCII printers. There ARE a couple of COBOL development > tools for Linux ... one, I think, will even set up > tinted columns for the older, more anal, COBOL versions > where you had to put certain codes in EXACTLY the > right columns. DID make the compilers simpler ... > COBOL was and is a damned good language for commercial programming: It enforces a discipline on coding and can be used on machines with extremely low RAM. It is extremely *efficient* in execution (though massively wordy in source code) What it didn't have back them was a database language to run under it. I particularly liked an idea which I believe it originated - and that is a formal way of specifying the data structures - tables and fields - in advance. When building SQL style applications this is massively useful even in a small project coded by a single person > And for the science types, FORTRAN. That's ALSO still > used. There are HUGE libraries of heavy-duty sci-related > code that NOBODY dares throw away and don't have the > time/budget to recreate. I remember having to translate > a FORTRAN stats collection into IBMPC BASICA ... long > "poke" lines for working the 8087 .... yuk ! > > Despite the similar-looking chip number, the 8087 was > NOT like the 8088 (or most any other microprocessor). > A very different paradigm. A couple years later the > compiler-makers all added '87 math libraries and that > made it all disappear, but BEFORE .... let's say I > was *thrilled* that Turbo Pascal included an '87 > code switch - right when I had to write something that > did a lot of graphic transforms. > > I'd suggest "Foley & Van-Dam Fundamentals Of Interactive > Computer Graphics" ... STILL worth looking at. That's how > it really gets done "under the hood". Again, FORTRAN is a fully functional efficient compiled procedural language. There is no need to 'improve' it. The IT world gota lot worse when computer scientists started writing languages. They just couldn't keep it simple. They had to show off. 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. -- “when things get difficult you just have to lie” ― Jean Claud Jüncker
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