Groups | Search | Server Info | Login | Register
Groups > comp.unix.shell > #25804
| From | cross@spitfire.i.gajendra.net (Dan Cross) |
|---|---|
| Newsgroups | comp.unix.shell, comp.unix.programmer, comp.lang.misc |
| Subject | Re: Command Languages Versus Programming Languages |
| Date | 2024-10-13 20:15 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <veh9ph$fl2$1@reader1.panix.com> (permalink) |
| References | <uu54la$3su5b$6@dont-email.me> <vegmul$ne3v$1@dont-email.me> <vegp1r$oqh$1@reader1.panix.com> <vegqu5$o3ve$1@dont-email.me> |
Cross-posted to 3 groups.
In article <vegqu5$o3ve$1@dont-email.me>, <Muttley@DastartdlyHQ.org> wrote: >On Sun, 13 Oct 2024 15:30:03 -0000 (UTC) >cross@spitfire.i.gajendra.net (Dan Cross) boring babbled: >>In article <vegmul$ne3v$1@dont-email.me>, <Muttley@DastartdlyHQ.org> wrote: >>>So what is standard terminology then? >> >>I've already explained this to you. > >No you haven't. You explanation seems to be "anything that converts from one >language to another". > >>>What happens inside the CPU is irrelevant. Its a black box as far as the >>>rest of the machine is concerned. As I said in another post, it could be >>>pixies with abacuses, doesn't matter. >> >>So why do you think it's so important that the definition of a > >Who said its important? Its just what most people think of as compilers. > >>CPU"? If, as you admit, what the CPU does is highly variable, >>then why do you cling so hard to this meaningless distinction? > >You're the one making a big fuss about it with pages of waffle to back up >your claim. > >>>[lots of waffle snipped] >> >>In other words, you discard anything that doesn't fit with your >>preconceptions. Got it. > >No, I just have better things to do on a sunday than read all that. Keep >it to the point. > >>>So its incomplete and has to revert to software for some opcodes. Great. >>>FWIW Sun also had a java processor but you still can't run bytecode on >>>normal hardware without a JVM. >> >>Cool. So if I run a program targetting a newer version of an >>ISA is run on an older machine, and that machine lacks a newer >>instruction present in the program, and the CPU generates an >>illegal instruction trap at runtime that the OS catches and >>emulates on the program's behalf, the program was not compiled? >> >>And again, what about an emulator for a CPU running on a >>different CPU? I can boot 7th Edition Unix on a PDP-11 >>emulator on my workstation; does that mean that the 7the >>edition C compiler wasn't a compiler? > >Its all shades of grey. You seem to be getting very worked up about it. >As I said, most people consider a compiler as something that translates source >code to machine code and writes it to a file. > >>>Why, whats the difference? Your definition seems to be any program that can >>>translate from one language to another. >> >>If you can't see that yourself, then you're either ignorant or >>obstinant. Take your pick. > >So you can't argue the failure of your logic then. Noted. > >>>Yes, they're entirely analoguous. >>> >>>https://docs.oracle.com/cd/E11882_01/appdev.112/e10825/pc_02prc.htm >> >>Nah, not really. > >Oh nice counter arguement, you really sold your POV there. > >>>Who cares about the current state? Has nothing to do with this discussion. >> >>In other words, "I don't have an argument, so I'll just lamely >>try to define things until I'm right." > >Im just defining things the way most people see it, not some ivory tower >academics. Anyway, lifes too short for the rest. > >[tl;dr] > >>>that a compiler is pretty much any program which translates from one thing to >>>another. >> >>No. It translates one computer _language_ to another computer >>_language_. In the usual case, that's from a textual source > >Machine code isn't a language. Fallen at the first hurdle with that >definition. > > Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc Subject: Re: Command Languages Versus Programming Languages Summary: Expires: References: <uu54la$3su5b$6@dont-email.me> <vegmul$ne3v$1@dont-email.me> <vegp1r$oqh$1@reader1.panix.com> <vegqu5$o3ve$1@dont-email.me> Sender: Followup-To: Distribution: Organization: Keywords: Cc: In article <vegqu5$o3ve$1@dont-email.me>, <Muttley@DastartdlyHQ.org> wrote: >On Sun, 13 Oct 2024 15:30:03 -0000 (UTC) >cross@spitfire.i.gajendra.net (Dan Cross) boring babbled: >>In article <vegmul$ne3v$1@dont-email.me>, <Muttley@DastartdlyHQ.org> wrote: >>>So what is standard terminology then? >> >>I've already explained this to you. > >No you haven't. You explanation seems to be "anything that converts from one >language to another". The context of this specific quote, which you snipped, was your insistence on the meaning of the term, "standalone binary." There are a number of common terms for what you are describing, which is the general term for the executable output artifact from a software build, none of which is "standalone binary". Common terms are "executable" or "executable file" (that's what the ELF standard calls it, for instance), but also "binary", "image", etc. >>>What happens inside the CPU is irrelevant. Its a black box as far as the >>>rest of the machine is concerned. As I said in another post, it could be >>>pixies with abacuses, doesn't matter. >> >>So why do you think it's so important that the definition of a > >Who said its important? Its just what most people think of as compilers. Well, you seem to think it's rather important. >>CPU"? If, as you admit, what the CPU does is highly variable, >>then why do you cling so hard to this meaningless distinction? > >You're the one making a big fuss about it with pages of waffle to back up >your claim. I just don't like misinformation floating around unchallenged. You have cited nothing to back up your claims. >>>So its incomplete and has to revert to software for some opcodes. Great. >>>FWIW Sun also had a java processor but you still can't run bytecode on >>>normal hardware without a JVM. >> >>Cool. So if I run a program targetting a newer version of an >>ISA is run on an older machine, and that machine lacks a newer >>instruction present in the program, and the CPU generates an >>illegal instruction trap at runtime that the OS catches and >>emulates on the program's behalf, the program was not compiled? >> >>And again, what about an emulator for a CPU running on a >>different CPU? I can boot 7th Edition Unix on a PDP-11 >>emulator on my workstation; does that mean that the 7the >>edition C compiler wasn't a compiler? > >Its all shades of grey. You seem to be getting very worked up about it. Nah, I don't really care, aside from not wanting misinformation to stand unchallenged. >As I said, most people consider a compiler as something that translates source >code to machine code and writes it to a file. Sure, if you're talking informally and you mention "a compiler" most people will know more or less what you're talking about. But back in <vebffc$3n6jv$1@dont-email.me> you wrote, |Does it produce a standalone binary as output? No, so its an |intepreter not a compiler. I said that was a bad distinction, to which you replied in <vebi0j$3nhvq$1@dont-email.me>: |A proper compiler writes a standalone binary file to disk. Except that, well, it doesn't. Even the "proper compilers" that you claim familiarity with basically don't do that; as I pointed out to you, they generate object files and a driver invokes a linker. For that matter, the compiler itself may not even generate object code, but rather, may generate textual assembly and let a separate assembler pass turn _that_ into object code. So yeah. What you've defined to be a "proper compiler" isn't really what you seem to think that it is. >[snip] >>>Who cares about the current state? Has nothing to do with this discussion. >> >>In other words, "I don't have an argument, so I'll just lamely >>try to define things until I'm right." > >Im just defining things the way most people see it, not some ivory tower >academics. Anyway, lifes too short for the rest. The people who create the field are the ones who get to make the defintiions, not you. >Machine code isn't a language. Fallen at the first hurdle with that >definition. Oh really? Is that why they call it "machine language"? It's even in the dictionary with "machine code" as a synonymn: https://www.merriam-webster.com/dictionary/machine%20language - Dan C.
Back to comp.unix.shell | Previous | Next — Previous in thread | Next in thread | Find similar
Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-29 01:14 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-03-29 03:10 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-29 10:37 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-29 20:59 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 00:14 +0100
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 00:45 +0100
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-03-29 17:03 -0700
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 01:06 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-29 23:51 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-03-29 17:08 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-30 01:12 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-03-29 18:15 -0700
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-03-30 01:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 01:30 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-30 01:15 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-03-29 17:01 -0700
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 01:49 +0100
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-03-29 18:00 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-31 20:47 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 00:22 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-30 05:54 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-29 09:55 +0000
Re: Command Languages Versus Programming Languages Josef Möllers <josef@invalid.invalid> - 2024-03-29 12:10 +0100
Re: Command Languages Versus Programming Languages Richard Kettlewell <invalid@invalid.invalid> - 2024-03-29 11:40 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-29 12:02 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-29 17:09 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-29 17:18 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-29 17:25 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-30 10:16 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 11:35 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-30 18:10 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-01 08:31 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-03-30 19:27 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-03-29 08:44 -0700
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-29 16:02 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-03-29 09:10 -0700
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-29 17:13 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-29 17:20 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-29 17:58 +0000
Re: Command Languages Versus Programming Languages "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2024-03-29 14:51 -0400
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-03-29 16:38 -0300
Re: Command Languages Versus Programming Languages "David W. Hodgins" <dwhodgins@nomail.afraid.org> - 2024-03-29 18:32 -0400
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 00:14 +0100
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-03-30 10:19 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-30 18:46 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-01 08:32 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-04-01 06:49 -0300
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-01 14:47 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-01 18:25 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-04-01 21:26 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-02 00:57 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-01 18:18 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-02 03:01 +0000
Re: Command Languages Versus Programming Languages James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-04-02 05:28 -0400
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-03 00:25 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-04-02 15:20 -0300
Re: Command Languages Versus Programming Languages gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-02 18:58 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-02 18:59 +0000
Re: Command Languages Versus Programming Languages "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-04-02 22:05 +0200
Too much? (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-02 20:16 +0000
Re: Too much? (Was: Command Languages Versus Programming Languages) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-02 20:20 +0000
Re: Too much? (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-02 20:36 +0000
Re: Too much? (Was: Command Languages Versus Programming Languages) David Brown <david.brown@hesbynett.no> - 2024-04-03 09:38 +0200
Re: Too much? (Was: Command Languages Versus Programming Languages) James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-04-03 19:06 -0400
Football (Was: Too much? (Was: Command Languages Versus Programming Languages)) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-03 23:22 +0000
Re: Too much? (Was: Command Languages Versus Programming Languages) Chris Elvidge <chris@mshome.net> - 2024-04-04 14:50 +0100
Re: Too much? (Was: Command Languages Versus Programming Languages) Muttley@dastardlyhq.com - 2024-04-04 14:10 +0000
Re: Too much? (Was: Command Languages Versus Programming Languages) David Brown <david.brown@hesbynett.no> - 2024-04-04 21:47 +0200
Re: Too much? (Was: Command Languages Versus Programming Languages) Mister Johnson <root@example.net> - 2024-04-04 21:15 +0000
Re: Command Languages Versus Programming Languages James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-04-02 19:15 -0400
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-03 00:23 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-04-03 07:18 -0300
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-02 16:18 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-02 16:33 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-03 00:23 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-03 09:50 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-03 07:53 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-03 07:53 -0700
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-03 09:00 -0700
Re: Command Languages Versus Programming Languages Richard Kettlewell <invalid@invalid.invalid> - 2024-04-03 17:16 +0100
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-04 08:13 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-04 23:29 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-05 09:17 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-05 12:40 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-05 15:09 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-06 01:10 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-05 23:11 +0000
Re: Command Languages Versus Programming Languages Alan Bawden <alan@csail.mit.edu> - 2024-04-05 19:35 -0400
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-06 00:25 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-08 08:20 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-08 22:14 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-08 15:58 -0700
Re: Command Languages Versus Programming Languages Richard Kettlewell <invalid@invalid.invalid> - 2024-04-09 08:47 +0100
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-09 10:07 +0200
Re: Command Languages Versus Programming Languages Richard Kettlewell <invalid@invalid.invalid> - 2024-04-09 18:57 +0100
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-09 10:11 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-09 08:38 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-09 15:22 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-10 00:32 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-10 01:35 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-08 23:02 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-06 01:01 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-06 15:44 +0200
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-06 15:03 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-06 01:10 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-06 09:00 +0000
Re: Command Languages Versus Programming Languages Alan Bawden <alan@csail.mit.edu> - 2024-04-07 06:04 -0400
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-08 07:47 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-08 14:35 +0200
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-08 14:33 +0000
Words to the wise (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-08 15:20 +0000
Re: Words to the wise (Was: Command Languages Versus Programming Languages) Muttley@dastardlyhq.com - 2024-04-08 15:22 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-08 19:32 +0000
Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-08 19:44 +0000
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-09 09:24 +0200
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) D <nospam@example.net> - 2024-04-09 10:39 +0200
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-09 15:30 +0000
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-09 21:48 +0200
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-09 20:20 +0000
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-10 00:31 +0000
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) Mister Johnson <root@example.net> - 2024-04-10 10:37 +0000
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) Chris Elvidge <chris@mshome.net> - 2024-04-10 11:41 +0100
Re: Phrases that should be banned on Usenet (Was: Command Languages Versus Programming Languages) candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-10 15:40 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-09 07:45 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-09 07:57 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-09 10:02 +0200
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-09 15:01 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-09 15:09 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-09 15:30 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-09 08:40 -0700
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-09 16:01 +0000
[meta] Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-08 14:00 +0200
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-10 00:36 -0700
Re: Command Languages Versus Programming Languages gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-10 12:05 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-05 18:30 +0200
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-05 20:47 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-05 23:08 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-06 18:57 +0200
Re: Command Languages Versus Programming Languages Andy Walker <anw@cuboid.co.uk> - 2024-04-06 19:32 +0100
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-06 23:54 +0200
Re: Command Languages Versus Programming Languages Andy Walker <anw@cuboid.co.uk> - 2024-04-07 14:43 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-07 21:05 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-08 14:53 +0200
Re: Command Languages Versus Programming Languages Andy Walker <anw@cuboid.co.uk> - 2024-04-10 10:10 +0100
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-10 14:43 +0200
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-10 19:03 +0200
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-07 14:45 -0700
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-08 14:11 +0200
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-07 15:47 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-06 15:07 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-06 22:57 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-07 01:31 +0200
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-07 01:47 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-06 23:57 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-06 20:41 -0700
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-06 08:58 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-06 23:49 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-04-08 07:44 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-08 22:16 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-06 18:49 +0200
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-08-06 08:04 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-06 23:34 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-07 13:43 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-08-08 07:33 +0000
Re: Command Languages Versus Programming Languages Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Command Languages Versus Programming Languages Andreas Eder <a_eder_muc@web.de> - 2024-08-08 17:25 +0200
Trading insults about Lisp coding styles (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-08-08 16:05 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-08 23:41 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-09 00:07 +0000
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-08-25 07:32 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 07:48 +0000
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-08-26 16:13 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-26 21:31 +0000
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-08-27 03:15 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 04:44 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-08-27 19:56 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 23:26 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-08-27 21:08 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-28 00:09 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-27 19:10 -0700
Re: Command Languages Versus Programming Languages Tristan Wibberley <tristan.wibberley+netnews2@alumni.manchester.ac.uk> - 2025-10-18 00:34 +0100
OT: "All Rights Reserved" misleading nonsense (was: Re: Command Languages Versus Programming Languages) Nuno Silva <nunojsilva@invalid.invalid> - 2025-10-18 09:28 +0100
Re: OT: "All Rights Reserved" misleading nonsense yeti <yeti@tilde.institute> - 2025-10-18 10:00 +0042
Re: OT: "All Rights Reserved" misleading nonsense (was: Re: Command Languages Versus Programming Languages) Kaz Kylheku <643-408-1753@kylheku.com> - 2025-10-18 20:26 +0000
Re: OT: "All Rights Reserved" misleading nonsense Nuno Silva <nunojsilva@invalid.invalid> - 2025-10-19 11:30 +0100
Re: OT: "All Rights Reserved" misleading nonsense Jim <jim.beard@verizon.net> - 2025-10-19 14:43 +0000
Re: OT: "All Rights Reserved" misleading nonsense Brian Patrie <bpatrie@bellsouth.spamisicky.net> - 2025-10-21 15:49 -0500
Re: OT: "All Rights Reserved" misleading nonsense Kaz Kylheku <643-408-1753@kylheku.com> - 2025-10-21 21:58 +0000
Re: OT: "All Rights Reserved" misleading nonsense Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-10-22 11:40 +0200
Re: OT: "All Rights Reserved" misleading nonsense Nuno Silva <nunojsilva@invalid.invalid> - 2025-10-22 23:13 +0100
Re: OT: "All Rights Reserved" misleading nonsense Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-10-23 04:56 +0200
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2025-10-17 17:13 -0700
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-03 18:30 +0200
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-03 10:19 -0700
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-04-03 21:33 +0200
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-03 12:58 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-01 21:41 +0000
Re: Command Languages Versus Programming Languages Andreas Eder <a_eder_muc@web.de> - 2024-04-01 17:11 +0200
Re: Command Languages Versus Programming Languages Christian Weisgerber <naddy@mips.inka.de> - 2024-03-29 18:12 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-03-30 19:32 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-30 20:19 +0000
Re: Command Languages Versus Programming Languages Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-03-29 17:12 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-03-29 08:09 -0300
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-29 12:36 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-29 21:06 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-03-29 21:24 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-03-30 01:11 +0000
Re: Command Languages Versus Programming Languages Johanne Fairchild <jfairchild@tudado.org> - 2024-03-29 21:17 -0300
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-03-30 11:28 +0100
Re: Command Languages Versus Programming Languages Christian Weisgerber <naddy@mips.inka.de> - 2024-03-30 13:37 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-03-30 19:25 +0000
Re: Command Languages Versus Programming Languages Christian Weisgerber <naddy@mips.inka.de> - 2024-03-30 21:48 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-01 11:15 -0700
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-01 19:42 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-01 13:25 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-02 00:20 +0000
Re: Command Languages Versus Programming Languages James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-04-02 05:13 -0400
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-01 13:44 -0700
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-01 14:30 -0700
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-01 22:40 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-02 15:30 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-02 08:43 -0700
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-02 16:09 +0000
Re: Command Languages Versus Programming Languages candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-04-02 18:50 +0000
Re: Command Languages Versus Programming Languages Richard Kettlewell <invalid@invalid.invalid> - 2024-04-03 15:45 +0100
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-04-03 16:56 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-01 15:56 -0700
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-02 00:19 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-01 21:43 +0000
Re: Command Languages Versus Programming Languages Javier <invalid@invalid.invalid> - 2024-04-07 00:01 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-07 02:02 +0000
Re: Command Languages Versus Programming Languages Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-04-06 20:46 -0700
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-12 15:55 +0200
Re: Command Languages Versus Programming Languages Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-09-30 21:04 +0000
Re: Command Languages Versus Programming Languages usuario <anthk@disroot.org> - 2024-10-01 20:18 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-02 07:10 +0000
Re: Command Languages Versus Programming Languages usuario <anthk@disroot.org> - 2024-10-02 12:52 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-02 16:00 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-09 22:25 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-10 08:38 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 16:09 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-10 15:34 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 17:55 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-10-10 19:14 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-10 21:31 +0100
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-11 00:09 +0100
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 15:47 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 15:15 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-11 15:45 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 15:59 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-11 16:28 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:39 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-12 13:53 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-10-12 14:50 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-12 15:32 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-10-12 15:51 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-12 16:36 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:18 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 13:43 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 14:54 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 15:30 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 16:02 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:15 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 08:25 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-14 13:38 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 14:47 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-14 14:53 +0000
Re: Command Languages Versus Programming Languages David Brown <david.brown@hesbynett.no> - 2024-10-14 17:27 +0200
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 21:09 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 21:08 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-13 15:08 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 15:52 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-13 17:20 +0100
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:29 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-14 01:20 +0100
Re: On overly rigid definitions (was Re: Command Languages Versus Programming Languages) cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-14 00:58 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-13 15:02 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-10-13 16:31 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-13 20:06 +0100
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-10-13 20:30 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-10-11 16:37 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 19:01 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:40 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 20:58 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-12 08:42 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-12 14:37 +0100
Re: Command Languages Versus Programming Languages Christian Weisgerber <naddy@mips.inka.de> - 2024-10-12 17:49 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:20 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-13 21:25 +0100
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-12 20:50 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-12 21:25 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:22 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 20:33 +0000
Re: Command Languages Versus Programming Languages Bart <bc@freeuk.com> - 2024-10-11 00:07 +0100
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 16:15 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-11 08:17 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-11 19:37 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-11 01:33 +0000
Re: Command Languages Versus Programming Languages Eric Pozharski <apple.universe@posteo.net> - 2024-10-12 16:39 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-13 08:19 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-10-13 14:55 +0200
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-13 21:33 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 08:28 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-14 11:38 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 11:05 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-10-14 16:04 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-10-14 15:39 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-10-13 20:34 +0000
Re: Command Languages Versus Programming Languages Sebastian <sebastian@here.com.invalid> - 2024-11-11 07:31 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-11 10:06 +0000
Re: Command Languages Versus Programming Languages Wolfgang Agnes <wagnes@jemoni.to> - 2024-11-11 08:28 -0300
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-11-11 16:21 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-11 20:55 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:14 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-12 09:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:31 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-12 09:53 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 15:05 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-12 15:09 +0000
Re: Command Languages Versus Programming Languages Wolfgang Agnes <wagnes@jemoni.to> - 2024-11-12 13:47 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-11 21:24 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-12 10:23 +0100
Re: Command Languages Versus Programming Languages Wolfgang Agnes <wagnes@jemoni.to> - 2024-11-12 13:50 -0300
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-12 20:29 +0000
Re: Command Languages Versus Programming Languages merlyn@stonehenge.com (Randal L. Schwartz) - 2024-11-19 18:43 -0800
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-20 04:34 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-20 08:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-20 11:51 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-20 11:30 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-20 16:38 +0100
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-20 16:38 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-20 17:54 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-11-20 10:03 -0800
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-21 08:18 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-11-21 07:56 -0800
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-21 14:13 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-21 16:06 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-21 08:13 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-11-21 07:58 -0800
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-20 17:50 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-21 14:40 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-21 15:07 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 13:30 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 15:41 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 15:52 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 17:18 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 17:35 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 17:43 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 17:43 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 17:17 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 17:48 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 18:12 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 18:48 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 19:05 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 19:24 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 19:46 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-11-22 18:14 +0000
Re: Command Languages Versus Programming Languages scott@slp53.sl.home (Scott Lurndal) - 2024-11-22 18:22 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 18:30 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 18:59 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 19:15 +0000
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 19:26 +0000
Re: Command Languages Versus Programming Languages cross@spitfire.i.gajendra.net (Dan Cross) - 2024-11-22 19:51 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-22 12:14 +0100
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-22 11:56 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-22 20:33 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-11-21 19:12 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-22 10:09 +0000
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-11-22 18:18 +0000
Re: Command Languages Versus Programming Languages Muttley@dastardlyhq.com - 2024-11-23 11:40 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-22 12:17 +0100
Re: Command Languages Versus Programming Languages Kaz Kylheku <643-408-1753@kylheku.com> - 2024-11-22 18:19 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-22 20:20 +0100
Re: Command Languages Versus Programming Languages Ed Morton <mortonspam@gmail.com> - 2024-11-20 05:46 -0600
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-20 12:27 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-20 21:43 +0000
Re: Command Languages Versus Programming Languages Muttley@DastartdlyHQ.org - 2024-11-21 08:15 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-21 22:05 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-22 12:47 +0100
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-11-22 20:41 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-11-20 16:53 +0100
Re: Command Languages Versus Programming Languages Ed Morton <mortonspam@gmail.com> - 2024-11-23 18:17 -0600
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-20 12:21 +0000
Re: Command Languages Versus Programming Languages merlyn@stonehenge.com (Randal L. Schwartz) - 2024-11-21 05:38 -0800
Re: Command Languages Versus Programming Languages Rainer Weikusat <rweikusat@talktalk.net> - 2024-11-21 17:01 +0000
Re: Command Languages Versus Programming Languages John Ames <commodorejohn@gmail.com> - 2024-04-08 07:55 -0700
Re: Command Languages Versus Programming Languages Javier <invalid@invalid.invalid> - 2024-04-08 17:54 +0000
Re: Command Languages Versus Programming Languages Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-04-08 22:21 +0000
Re: Command Languages Versus Programming Languages Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-12 15:48 +0200
I did not inhale (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-12 14:13 +0000
Re: I did not inhale (Was: Command Languages Versus Programming Languages) gazelle@shell.xmission.com (Kenny McCormack) - 2024-04-12 14:15 +0000
Re: I did not inhale (Was: Command Languages Versus Programming Languages) Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2024-04-15 14:28 +0200
Re: I did not inhale (Was: Command Languages Versus Programming Languages) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-04-12 16:52 +0000
Re: I did not inhale Johanne Fairchild <jfairchild@tudado.org> - 2024-04-12 20:52 -0300
Re: I did not inhale Johanne Fairchild <jfairchild@tudado.org> - 2024-04-13 08:17 -0300
Re: I did not inhale kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-15 19:48 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-15 23:54 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-16 01:30 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-16 15:02 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-16 09:37 -0700
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-17 11:18 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-17 09:01 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-17 12:58 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-17 21:51 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 10:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 08:30 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 12:19 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 15:45 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 18:13 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-18 16:52 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 20:07 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-18 23:18 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 08:31 +0000
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-25 07:50 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-25 12:32 +0200
Re: Python (was Re: I did not inhale) vallor <vallor@cultnix.org> - 2024-08-25 13:41 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 22:02 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-25 22:00 +0000
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-18 22:15 +0100
Re: Python (was Re: I did not inhale) gazelle@shell.xmission.com (Kenny McCormack) - 2024-08-18 08:55 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 09:21 +0000
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-18 16:46 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-18 20:11 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-19 04:54 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 09:09 +0200
Re: Python (was Re: I did not inhale) Kaz Kylheku <643-408-1753@kylheku.com> - 2024-08-19 17:40 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-18 23:14 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 09:37 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 10:40 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 12:39 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 14:59 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 17:35 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-19 15:56 +0000
Re: Python (was Re: I did not inhale) Bozo User <anthk@disroot.org> - 2024-09-30 20:04 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 21:09 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 08:52 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-20 07:21 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 10:15 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 01:00 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 09:44 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 10:27 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 15:09 +0200
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 17:20 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 00:59 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-21 10:07 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 23:42 +0000
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-19 13:14 -0700
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-19 13:30 -0700
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-20 07:22 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-19 08:45 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 13:03 +0200
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-19 13:28 -0700
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-19 23:43 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-19 23:03 +0000
Re: Python (was Re: I did not inhale) "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de> - 2024-08-20 08:57 +0200
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-20 07:22 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-20 10:25 +0200
Re: Python (was Re: I did not inhale) vallor <vallor@cultnix.org> - 2024-08-21 06:10 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-21 06:45 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 08:17 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-18 16:59 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-18 15:23 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-18 16:55 +0200
Re: Python (was Re: I did not inhale) Keith Thompson <Keith.S.Thompson+u@gmail.com> - 2024-08-18 12:24 -0700
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-19 09:44 +0200
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 14:21 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-20 14:35 +0000
Re: Python (was Re: I did not inhale) Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-08-20 14:45 +0000
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 16:10 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-20 21:45 +0200
Re: Python (was Re: I did not inhale) kalevi@kolttonen.fi (Kalevi Kolttonen) - 2024-08-20 20:56 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 09:26 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 07:36 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 11:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 10:26 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 17:27 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-21 15:40 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-21 21:15 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 07:42 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-22 09:52 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 08:18 +0000
Re: Python (was Re: I did not inhale) D <nospam@example.net> - 2024-08-22 15:11 +0200
Re: Python (was Re: I did not inhale) Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-08-22 13:58 +0000
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 14:17 +0000
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 11:09 +0200
Re: Python (was Re: I did not inhale) David Brown <david.brown@hesbynett.no> - 2024-08-22 10:10 +0200
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-22 08:21 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-26 08:33 -0700
Re: Python (was Re: I did not inhale) Muttley@dastardlyhq.com - 2024-08-26 17:59 +0000
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-26 21:35 +0000
Re: Python (was Re: I did not inhale) John Ames <commodorejohn@gmail.com> - 2024-08-26 15:51 -0700
Re: Python (was Re: I did not inhale) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-08-27 02:50 +0000
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-27 03:21 +0000
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-27 09:39 +0100
Re: Python (was Re: I did not inhale) Bart <bc@freeuk.com> - 2024-08-27 11:26 +0100
Re: Python (was Re: I did not inhale) Richard Kettlewell <invalid@invalid.invalid> - 2024-08-27 13:46 +0100
Re: Python (was Re: I did not inhale) Sebastian <sebastian@here.com.invalid> - 2024-08-28 02:53 +0000
Re: Python (was Re: I did not inhale) scott@slp53.sl.home (Scott Lurndal) - 2024-08-28 13:57 +0000
(Thread has 736 articles, showing 500 — browse group in flat view)
csiph-web