comp.lang.ada
 help / color / mirror / Atom feed
From: "Stephane Richard" <stephane.richard@verizon.net>
Subject: Re: Clause "with and use"
Date: Thu, 06 Nov 2003 11:53:03 GMT
Date: 2003-11-06T11:53:03+00:00	[thread overview]
Message-ID: <zCqqb.2593$28.1016@nwrdny01.gnilink.net> (raw)
In-Reply-To: bebbba07.0311051910.4913df78@posting.google.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 4953 bytes --]

"Russ" <18k11tm001@sneakemail.com> wrote in message
news:bebbba07.0311051910.4913df78@posting.google.com...
> Mark Lorenzen <mark.lorenzen@ofir.dk> wrote in message
news:<m365hyh65o.fsf@niflheim.malonet>...
> > 18k11tm001@sneakemail.com (Russ) writes:
> >
> > [cut]
> >
> Oh, so x += 2 is "unreadable", eh? Do you have any idea what that says
> about your intelligence? You might as well just blurt out, "I'm an
> idiot".

*** Don't you think that's pushing it?  You're right, 4 out 5 languages do
have the += or some form of it.  Which proves the old saying "Sometimes, the
majority means that all the fools are on the same side".

*** When this concept of += like operators came out, it wasn't designed to
be readable, but merely quicker to type, a simple programmer's convenience
(dare I say Author's convenience as readability was not in it's job
description.  performance wise, recently I haven't tested it, but not all
that long ago, x+=2 and x=x+2 produced the exact same bytecode so it wasn't
designed for being faster than the regular x=x+2. Maybe that changed today
(maybe a little while back too) but not at it's creation...

*** Look at a bit of history, when we say C/C++ became popular for the wrong
reasons, language rich features capacities, even performances were not even
considered when selecting C or C++ as the language.  Like I said elsewhere
it was all based on a "monkey see monkey do" concept.  "Hey we'll use C++
because this and/or that company is using it.  You call that research to
back up their decisions? I beg to differ.  I'm not taking anything out of C
and C++ (well maybe a bit out of C++, it's the most technological patch work
I've ever seen and since it was the only thing available to upgrade C from
it got to be standard, again read the history).  But C and C++ do have their
role in the programming world, the problems started when they tried to bring
these two out of their intended domains and out in the open as a general
purpose language thinking that "hey, if it can do low level OS operations it
can do the rest.  In a way it can, however that's when the patch work
started.

>
> I hope you are near the end of your career too, because otherwise you
> have a tough row to hoe, considering that the four or five most
> popular general-purpose programming languages consider "+=" standard.
> Or do you expect to use Ada for the rest of your career? Good luck.
>
*** And you expect to use C++ for the rest of yours?  Like I mentionned, all
the wrong reasons went into making C/C++ "the language" it's starting to
show, companies are starting to realize that certain decisions were perhaps
not reflected upon way back when.  For the sames reasons C went out of it's
intended usage into the general purpose field, so did Ada, Pascal, and I
could just keep on naming languages here, they all did it for the same
reasons, to stay alive so to speak.  How ever the others were already
"general purpose" languages, so they're next logical step was Low level
system access and compete with C.

> Folks, if you don't like my attitude, I really don't give a flying you
> know what. Quit making assinine assertions in reply to my posts, and
> I'll quit calling you on them.

*** It's not a question of attitude per se, everyone's entitled to his or
her own attitude, part of our individuality.  The problem is in your
prejudice against anyone who doesn't agree with you.  As programmers and
software engineers, we're all entitled to select the best tool for the job
at hand, and I've seen first hand reasons why C/C++ should not have been
picked for select given jobs.  It's ok to say C/C++ is good, it's not ok to
say that everything else is crap.  Much as you'd like to believe it, C and
C++ are not "THE" languages to use and everything else and fisher price
programming.  Many times I've seen programmers start to develop something in
C or C++ and quit during the debugging session cause they thought they'd
never see the end of it.  C and C++, like all other languages, have to stop
believing their own press so to speak and start evolving, and I dont mean
into C# either, that would be going backwords in my book.

*** Take a look at the D language, it looks alot like C/C++ but at least
it's got measures and grammar elements to protect it from itself like
conditions to be met prior to calling a sub routine expressed in some form
of contract between the caller and the callee  just that is a big step in
the right direction. and I'm sorry to say that C and C++ are not the ones
that took that big step (at least not the first ones).  But that's the kind
of things C and C++ needs to broaden it's horizons.

*** And no I don't think you're an idiot because of what you believe, it's
your choice, as it is ours to choose the language we want.

"It's not the language you use that makes you the programmer you are, it's
how you use it".

-- 
St�phane Richard
"Ada World" Webmaster
http://www.adaworld.com







  parent reply	other threads:[~2003-11-06 11:53 UTC|newest]

Thread overview: 385+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-31 21:02 Clause "with and use" Gautier Write-only
2003-10-31 21:51 ` Warren W. Gay VE3WWG
2003-10-31 22:29 ` Randy Brukardt
2003-11-01 13:39   ` Gautier Write-only
2003-11-01 14:32     ` Marius Amado Alves
2003-11-01 16:23       ` Gautier Write-only
2003-11-01 19:59         ` Marius Amado Alves
2003-11-01  3:39 ` Alexandre E. Kopilovitch
2003-11-02 12:03   ` Stephane Richard
2003-11-03  2:26     ` Alexandre E. Kopilovitch
2003-11-01  4:07 ` Alexandre E. Kopilovitch
2003-11-03  8:22   ` Lutz Donnerhacke
2003-11-03 17:37     ` Alexandre E. Kopilovitch
2003-11-01  7:09 ` Russ
2003-11-01 10:29   ` Pascal Obry
2003-11-01 11:57     ` Marius Amado Alves
2003-11-01 13:24     ` Gautier Write-only
2003-11-01 22:12       ` Pascal Obry
2003-11-02 10:45         ` Stephane Richard
2003-11-02 11:34           ` Preben Randhol
2003-11-02 12:04             ` Stephane Richard
2003-11-02 13:03             ` Marin David Condic
2003-11-02 13:10               ` Stephane Richard
2003-11-02 13:49                 ` Software vs Hardware productivity (was: Re: Clause "with and use") Marin David Condic
     [not found]               ` <pn4g71-ned.ln1@beastie.ix.netcom.com>
2003-11-02 22:25                 ` Clause "with and use" Marin David Condic
2003-11-04 17:25                   ` Warren W. Gay VE3WWG
2003-11-03 14:36               ` Preben Randhol
2003-11-04  9:57                 ` Marin David Condic
2003-11-04 11:22                   ` Preben Randhol
2003-11-04 12:45                     ` Marin David Condic
2003-11-04 15:46                       ` Wes Groleau
2003-11-04 16:08                         ` Marius Amado Alves
2003-11-06 10:10                           ` Preben Randhol
2003-11-18  0:07                           ` Brian Gaffney
2003-11-18  1:25                             ` Stephane Richard
2003-11-18  8:50                             ` Marius Amado Alves
2003-11-18 10:43                               ` Preben Randhol
2003-11-18 10:58                                 ` Marius Amado Alves
2003-11-18 11:33                                   ` Preben Randhol
2003-11-18 12:11                                     ` Marius Amado Alves
2003-11-18 13:46                                       ` Preben Randhol
2003-11-20  3:53                                       ` Brian Gaffney
2003-11-20  9:20                                         ` Preben Randhol
2003-11-18 12:33                                     ` Stephane Richard
2003-11-04 17:37                   ` Warren W. Gay VE3WWG
2003-11-05 19:08                     ` Russ
2003-11-05 21:11                       ` Mark Lorenzen
2003-11-06  3:10                         ` Russ
2003-11-06  8:26                           ` Vinzent 'Gadget' Hoefler
2003-11-06 18:52                             ` Russ
2003-11-06 20:03                               ` Martin Dowie
2003-11-07  0:22                                 ` Robert I. Eachus
2003-11-07  7:02                                   ` Martin Dowie
2003-11-07 19:04                                     ` Robert I. Eachus
2003-11-07 19:23                                       ` Martin Dowie
2003-11-07 19:38                                         ` Robert I. Eachus
2003-11-07 22:46                                           ` Martin Dowie
2003-11-09  6:49                                             ` Robert I. Eachus
2003-11-07  5:04                                 ` Russ
2003-11-07 20:31                                 ` Russ
2003-11-07 22:59                                   ` Martin Dowie
2003-11-07 23:33                                     ` Martin Dowie
2003-11-08  8:22                                     ` Russ
2003-11-08  9:04                                       ` Martin Dowie
2003-11-09  6:59                                   ` Robert I. Eachus
2003-11-09 14:27                                   ` Martin Dowie
2003-11-10  7:47                               ` Vinzent 'Gadget' Hoefler
2003-11-06 11:53                           ` Stephane Richard [this message]
2003-11-06 13:36                             ` Marin David Condic
2003-11-07  1:15                               ` Stephane Richard
2003-11-07  0:09                           ` Mark Lorenzen
2003-11-05 21:20                       ` Warren W. Gay VE3WWG
2003-11-05 21:48                       ` Alexandre E. Kopilovitch
2003-11-03  5:59           ` Russ
2003-11-03 14:32             ` Preben Randhol
2003-11-03 22:11               ` Gautier Write-only
2003-11-04 10:58                 ` Preben Randhol
2003-11-04 13:16                   ` Hyman Rosen
2003-11-04 15:09                     ` Vinzent 'Gadget' Hoefler
2003-11-04 15:49                     ` Wes Groleau
2003-11-06 10:55                     ` Preben Randhol
2003-11-06 13:03                       ` Hyman Rosen
2003-11-06 15:35                         ` Preben Randhol
2003-11-06 17:26                         ` Warren W. Gay VE3WWG
2003-11-06 20:38                           ` Gautier Write-only
2003-11-06 21:12                             ` Warren W. Gay VE3WWG
2003-11-07  7:08                             ` Russ
2003-11-07  8:48                             ` Preben Randhol
2003-11-08 10:56                               ` Gautier Write-only
2003-11-08 11:35                                 ` Preben Randhol
2003-11-11 22:28                                   ` Gautier Write-only
2003-11-12 12:42                                     ` Preben Randhol
2003-11-08 19:40                                 ` Russ
2003-11-10  7:38                                   ` Preben Randhol
2003-11-10 13:03                                     ` Marin David Condic
2003-11-10 13:19                                       ` Preben Randhol
2003-11-10 13:38                                         ` Marin David Condic
2003-11-11  7:20                                       ` Russ
2003-11-11  8:12                                         ` Preben Randhol
2003-11-11 19:43                                           ` Russ
2003-11-12 12:35                                             ` Preben Randhol
2003-11-11  8:31                                         ` Preben Randhol
2003-11-11  8:57                                           ` Vinzent 'Gadget' Hoefler
2003-11-11 10:10                                             ` Marin David Condic
2003-11-11 10:49                                               ` Stephane Richard
2003-11-11 14:17                                               ` Vinzent 'Gadget' Hoefler
2003-11-11 15:36                                                 ` Wes Groleau
2003-11-11 16:08                                                   ` Preben Randhol
2003-11-11 16:24                                                   ` Vinzent 'Gadget' Hoefler
2003-11-12 12:01                                                     ` Marin David Condic
2003-11-12 13:07                                                       ` Vinzent 'Gadget' Hoefler
2003-11-13 12:12                                                         ` Marin David Condic
2003-11-13 17:49                                                           ` Re-Marketing Ada (was "With and use") Warren W. Gay VE3WWG
2003-11-14  5:00                                                             ` Robert I. Eachus
2003-11-17  2:31                                                             ` Russ
2003-11-17  3:04                                                               ` Chad R. Meiners
2003-11-17 12:06                                                                 ` Marin David Condic
2003-11-17 12:49                                                                   ` Marius Amado Alves
2003-11-17 12:56                                                                     ` Stephane Richard
2003-11-17 13:14                                                                       ` Marius Amado Alves
2003-11-17 17:31                                                                     ` Warren W. Gay VE3WWG
2003-11-18 11:52                                                                     ` Marin David Condic
2003-11-17 20:17                                                                   ` Chad R. Meiners
2003-11-18 12:31                                                                     ` Marin David Condic
2003-11-18 13:19                                                                       ` Stephane Richard
2003-11-18 17:38                                                                         ` Marin David Condic
2003-11-18 17:11                                                                       ` Chad R. Meiners
2003-11-18 17:58                                                                         ` Warren W. Gay VE3WWG
2003-11-18 20:00                                                                           ` Chad R. Meiners
2003-11-20  2:07                                                                             ` Warren Gay
2003-11-18 21:20                                                                           ` Alexandre E. Kopilovitch
2003-11-19 17:12                                                                             ` Warren W. Gay VE3WWG
2003-11-18 22:42                                                                           ` Stephane Richard
2003-11-19  2:25                                                                             ` Wes Groleau
2003-11-19  2:38                                                                               ` tmoran
2003-11-19  2:53                                                                                 ` Stephane Richard
2003-11-19 17:18                                                                                 ` Warren W. Gay VE3WWG
2003-11-19 12:42                                                                             ` Marin David Condic
2003-11-19 13:05                                                                               ` Stephane Richard
2003-11-20 12:40                                                                                 ` Marin David Condic
2003-11-20 13:09                                                                                   ` Stephane Richard
2003-11-20 13:37                                                                                     ` Marin David Condic
2003-11-19 17:28                                                                               ` Warren W. Gay VE3WWG
2003-11-19 21:57                                                                                 ` Chad R. Meiners
2003-11-20  2:12                                                                                   ` Warren Gay
2003-11-20 18:27                                                                                   ` Stephen Leake
2003-11-20  1:39                                                                                 ` Wes Groleau
2003-11-20 12:57                                                                                 ` Marin David Condic
2003-11-20 17:47                                                                                   ` Warren W. Gay VE3WWG
2003-11-21 12:53                                                                                     ` Marin David Condic
2003-11-21 17:21                                                                                       ` Warren W. Gay VE3WWG
2003-11-21 19:06                                                                                         ` Chad R. Meiners
2003-11-22  4:20                                                                                           ` Warren Gay
2003-11-22 17:06                                                                                             ` Chad R. Meiners
2003-11-23  2:17                                                                                               ` Warren Gay
2003-11-25  0:06                                                                                                 ` Re-Marketing Ada (was "With and use") A new project for generating thin bindings Chad R. Meiners
     [not found]                                                                                     ` <3FBF774C.2050108@shore.net>
2003-11-21 17:42                                                                                       ` Re-Marketing Ada (was "With and use") Warren W. Gay VE3WWG
2003-11-19 21:07                                                                               ` Wes Groleau
2003-11-20  9:31                                                                                 ` Preben Randhol
2003-11-19 17:15                                                                             ` Warren W. Gay VE3WWG
2003-11-19 17:52                                                                             ` Stephen Leake
2003-11-19 18:15                                                                               ` Hyman Rosen
2003-11-20  3:03                                                                               ` Warren Gay
2003-11-20 12:19                                                                                 ` Lutz Donnerhacke
2003-11-20 18:01                                                                                   ` Warren W. Gay VE3WWG
2003-11-21 10:55                                                                                     ` Generic thinbinding toolkit for C Lutz Donnerhacke
2003-11-21 18:02                                                                                       ` Warren W. Gay VE3WWG
2003-11-22  4:25                                                                                         ` Warren Gay
2003-11-22  5:12                                                                                       ` Warren Gay
2003-11-24 10:20                                                                                         ` Lutz Donnerhacke
2003-11-17 17:29                                                               ` OT: Nuclear Waste (Was Re-Marketing Ada) Warren W. Gay VE3WWG
2003-11-17 18:01                                                                 ` Hyman Rosen
2003-11-20 12:14                                                                   ` Georg Bauhaus
2003-11-20 15:14                                                                     ` Hyman Rosen
2003-11-20 15:41                                                                       ` Vinzent 'Gadget' Hoefler
2003-11-20 16:40                                                                         ` Hyman Rosen
2003-11-20 17:03                                                                           ` Vinzent 'Gadget' Hoefler
2003-11-20 18:59                                                                             ` Hyman Rosen
2003-11-21  8:37                                                                               ` Vinzent 'Gadget' Hoefler
2003-11-20 19:26                                                                           ` Preben Randhol
2003-11-20 22:55                                                                         ` Robert I. Eachus
2003-11-21  0:00                                                                           ` Jeffrey Carter
2003-11-21 13:25                                                                           ` Vinzent 'Gadget' Hoefler
2003-11-21 16:03                                                                             ` Robert I. Eachus
2003-11-21 16:31                                                                               ` Vinzent 'Gadget' Hoefler
2003-11-20 16:27                                                                       ` Georg Bauhaus
2003-11-20 19:25                                                                       ` Preben Randhol
2003-11-20 23:54                                                                         ` Larry Elmore
2003-11-21  9:25                                                                           ` Preben Randhol
2003-11-21 16:13                                                                             ` Robert I. Eachus
2003-11-17 18:45                                                                 ` Jeffrey Carter
2003-11-17 19:58                                                                   ` Warren W. Gay VE3WWG
2003-11-17 21:22                                                                     ` Stephane Richard
2003-11-18 18:00                                                                       ` Warren W. Gay VE3WWG
2003-11-18 20:02                                                                         ` Alexandre E. Kopilovitch
2003-11-19 17:30                                                                           ` Warren W. Gay VE3WWG
2003-11-19 20:48                                                                       ` Dmytry Lavrov
2003-11-19 21:10                                                                         ` Hyman Rosen
2003-11-20  1:34                                                                         ` Robert I. Eachus
2003-11-20 10:21                                                                           ` Dmytry Lavrov
2003-11-20 13:40                                                                             ` Robert I. Eachus
2003-11-20 18:00                                                                               ` Alexandre E. Kopilovitch
2003-11-20 23:47                                                                                 ` Robert I. Eachus
2003-11-21  2:51                                                                                   ` Alexandre E. Kopilovitch
2003-11-21  9:22                                                                                   ` Preben Randhol
2003-11-21 16:24                                                                                     ` Robert I. Eachus
2003-11-29 23:22                                                                               ` Dmytry Lavrov
2003-11-30  2:33                                                                                 ` Robert I. Eachus
2003-11-30 17:40                                                                                   ` OT: Relativity ,super-luminal communications and time travel (Was OT: Nuclear Waste (Was Re-Marketing Ada)) Dmytry Lavrov
2003-12-01  3:40                                                                                     ` Robert I. Eachus
2003-12-01 13:02                                                                                       ` Dmytry Lavrov
2003-12-02  4:38                                                                                         ` Alexander Kopilovitch
2003-11-20 15:49                                                                             ` OT: Nuclear Waste (Was Re-Marketing Ada) Alexandre E. Kopilovitch
2003-11-21 12:59                                                                               ` Marin David Condic
2003-11-21 15:29                                                                                 ` Frank J. Lhota
2003-11-24 17:15                                                                                   ` Warren W. Gay VE3WWG
2003-11-22 12:33                                                                               ` Dmytry Lavrov
2003-11-20  6:31                                                                         ` Russ
2003-11-20 11:35                                                                           ` Dmytry Lavrov
2003-11-20 18:04                                                                             ` Chad R. Meiners
2003-11-20 12:49                                                                           ` Georg Bauhaus
2003-11-20 13:02                                                                             ` Vinzent 'Gadget' Hoefler
2003-11-20 14:10                                                                           ` Robert I. Eachus
2003-11-20 16:12                                                                             ` Dmitry A. Kazakov
2003-11-20 16:11                                                                               ` Vinzent 'Gadget' Hoefler
2003-11-20 18:16                                                                               ` Chad R. Meiners
2003-11-21  8:47                                                                                 ` Dmitry A. Kazakov
2003-11-21  9:28                                                                                   ` Preben Randhol
2003-11-21 12:57                                                                                     ` Dmitry A. Kazakov
2003-11-21 13:25                                                                                       ` Vinzent 'Gadget' Hoefler
2003-11-21 14:10                                                                                         ` Dmitry A. Kazakov
2003-11-21 14:24                                                                                           ` Preben Randhol
2003-11-21 14:36                                                                                             ` Dmitry A. Kazakov
2003-11-21 14:53                                                                                             ` Vinzent 'Gadget' Hoefler
2003-11-21 13:57                                                                                       ` Preben Randhol
2003-11-21 14:00                                                                                         ` Preben Randhol
2003-11-21 14:27                                                                                         ` Dmitry A. Kazakov
2003-11-20 16:33                                                                             ` Georg Bauhaus
2003-11-21  9:05                                                                               ` Dmitry A. Kazakov
2003-11-21 16:36                                                                                 ` Robert I. Eachus
2003-11-21 17:05                                                                                   ` Stephane Richard
2003-11-22 10:45                                                                                   ` Dmytry Lavrov
2003-11-22 10:41                                                                             ` Dmytry Lavrov
2003-11-17 23:33                                                                   ` Dmytry Lavrov
2003-11-18  0:31                                                                     ` Ludovic Brenta
2003-11-18 11:49                                                                       ` Dmytry Lavrov
2003-11-18 18:06                                                                       ` Warren W. Gay VE3WWG
2003-11-18  7:38                                                                   ` Preben Randhol
2003-11-18  7:42                                                                     ` Preben Randhol
2003-11-18  7:53                                                                     ` Preben Randhol
2003-11-18 16:06                                                                       ` Dmytry Lavrov
2003-11-17 22:32                                                                 ` Russ
2003-11-18 16:38                                                                   ` Robert I. Eachus
2003-11-19  5:36                                                                     ` Russ
2003-11-19 15:28                                                                       ` Dmytry Lavrov
2003-11-19 20:01                                                                         ` Robert I. Eachus
2003-11-20  9:30                                                                           ` Preben Randhol
2003-11-20 14:43                                                                             ` Robert I. Eachus
2003-11-20 14:55                                                                               ` Preben Randhol
2003-11-20 15:24                                                                                 ` Vinzent 'Gadget' Hoefler
2003-11-20 19:30                                                                                   ` Preben Randhol
2003-11-19 15:41                                                                       ` Robert I. Eachus
2003-11-18 18:12                                                                   ` Warren W. Gay VE3WWG
2003-11-18 18:47                                                                     ` Hyman Rosen
2003-11-19  0:44                                                                     ` Russ
2003-11-19 17:33                                                                       ` Warren W. Gay VE3WWG
2003-11-13 22:04                                                           ` Clause "with and use" Wes Groleau
2003-11-14  4:16                                                             ` Marin David Condic
2003-11-12 11:55                                                 ` Marin David Condic
2003-11-12 13:10                                                   ` Vinzent 'Gadget' Hoefler
2003-11-11 19:49                                               ` Russ
2003-11-11 20:35                                             ` Russ
2003-11-11 22:06                                               ` Mark Lorenzen
2003-11-11 22:08                                               ` Vinzent 'Gadget' Hoefler
2003-11-11 22:20                                                 ` Gautier Write-only
2003-11-11 22:38                                                   ` Vinzent 'Gadget' Hoefler
2003-11-12 12:46                                                     ` Preben Randhol
2003-11-13  7:26                                                     ` Russ
2003-11-13 19:59                                                       ` Chad R. Meiners
2003-11-14  5:09                                                         ` Robert I. Eachus
2003-11-14  6:47                                                           ` Chad R. Meiners
2003-11-14  5:45                                                         ` Russ
2003-11-14  7:51                                                           ` Chad R. Meiners
2003-11-14  7:51                                                           ` Chad R. Meiners
2003-11-14  7:51                                                           ` Chad R. Meiners
2003-11-14 23:23                                                             ` Russ
2003-11-15  4:39                                                               ` Chad R. Meiners
2003-11-15 11:35                                                                 ` Stephane Richard
2003-11-15 12:53                                                                   ` Marin David Condic
2003-11-16  0:36                                                                     ` Russ
2003-11-16  2:38                                                                       ` Chad R. Meiners
2003-11-16  0:19                                                                   ` Russ
2003-11-16  1:41                                                                     ` Stephane Richard
2003-11-16  2:11                                                                       ` Frank J. Lhota
2003-11-16  2:28                                                                         ` Stephane Richard
2003-11-16 14:04                                                                         ` Hyman Rosen
2003-11-16  6:15                                                                       ` Russ
2003-11-16 14:00                                                                       ` Hyman Rosen
2003-11-16 13:56                                                                     ` Hyman Rosen
2003-11-15 22:12                                                                 ` Russ
2003-11-16  2:29                                                                   ` Chad R. Meiners
2003-11-16  7:01                                                                     ` Russ
2003-11-16 20:02                                                                       ` Chad R. Meiners
2003-11-17  2:34                                                                         ` Way off topic was: " Robert I. Eachus
2003-11-17 21:12                                                                           ` Russ
2003-11-17 21:29                                                                             ` Hyman Rosen
2003-11-17 23:28                                                                               ` Alexandre E. Kopilovitch
2003-11-17 23:19                                                                             ` Wes Groleau
2003-11-15 15:19                                                               ` Robert I. Eachus
2003-11-15 16:15                                                                 ` Gautier Write-only
2003-11-15 19:44                                                                   ` Frank J. Lhota
2003-11-16  0:02                                                                   ` Robert I. Eachus
2003-11-16 10:41                                                                     ` Gautier Write-only
2003-11-17  9:04                                                                     ` Dmitry A. Kazakov
2003-11-17 14:38                                                                       ` Robert I. Eachus
2003-11-17 19:40                                                                         ` Russ
2003-11-18 17:01                                                                           ` Robert I. Eachus
2003-11-18  8:35                                                                         ` Dmitry A. Kazakov
2003-11-16  5:55                                                                 ` Russ
2003-11-16 19:31                                                                   ` Robert I. Eachus
2003-11-17  1:34                                                                     ` Robert I. Eachus
2003-11-15 16:40                                                             ` Gautier Write-only
2003-11-16  0:25                                                               ` Robert I. Eachus
2003-11-16  1:20                                                                 ` Wes Groleau
2003-11-16 14:59                                                                   ` Gautier Write-only
2003-11-16 19:39                                                                     ` Robert I. Eachus
2003-11-16 21:04                                                                     ` Wes Groleau
2003-11-16 10:19                                                                 ` Gautier Write-only
2003-11-11 22:30                                                 ` Stephane Richard
2003-11-11 22:54                                                   ` Vinzent 'Gadget' Hoefler
2003-11-11 14:35                                           ` Hyman Rosen
2003-11-11 15:04                                             ` Preben Randhol
2003-11-11 20:01                                               ` Russ
2003-11-12 12:41                                                 ` Preben Randhol
2003-11-13  6:27                                                   ` Chad R. Meiners
2003-11-13  7:32                                                     ` Anders Wirzenius
2003-11-13 12:29                                                       ` Marin David Condic
2003-11-13 17:51                                                       ` Warren W. Gay VE3WWG
2003-11-14  8:32                                                         ` Dmitry A. Kazakov
2003-11-14 14:51                                                           ` Warren W. Gay VE3WWG
2003-11-17  9:22                                                             ` Dmitry A. Kazakov
2003-11-17 16:42                                                               ` Warren W. Gay VE3WWG
2003-11-18  8:49                                                                 ` Dmitry A. Kazakov
2003-11-19 17:46                                                                   ` Warren W. Gay VE3WWG
2003-11-20  8:26                                                                     ` Dmitry A. Kazakov
2003-11-14 20:44                                                           ` Robert I. Eachus
2003-11-14  9:05                                                         ` Anders Wirzenius
2003-11-14 12:37                                                       ` Georg Bauhaus
2003-11-14 15:18                                                         ` Robert I. Eachus
2003-11-15 13:04                                                           ` Marin David Condic
2003-11-18 22:45                                                             ` Georg Bauhaus
2003-11-11 15:36                                         ` Robert I. Eachus
2003-11-11 19:46                                           ` Eachus' Measure of Goodness (was: Clause "with and use") Jeffrey Carter
2003-11-12 16:08                                             ` Eachus' Measure of Goodness Robert I. Eachus
2003-11-12 17:24                                               ` Stephane Richard
2003-11-12 17:37                                               ` tmoran
2003-11-13  3:04                                                 ` Robert I. Eachus
2003-11-13  5:17                                                   ` Jeffrey Carter
2003-11-13  6:28                                                     ` Mark A. Biggar
2003-11-13  9:53                                                   ` Alexandre E. Kopilovitch
2003-11-13  6:37                                           ` Clause "with and use" Chad R. Meiners
2003-11-13 19:11                                             ` tmoran
2003-11-14  4:57                                               ` Robert I. Eachus
2003-11-14  7:05                                                 ` tmoran
2003-11-14 15:06                                                   ` Robert I. Eachus
2003-11-14 15:15                                                     ` Robert Spooner
2003-11-14 15:54                                                       ` Robert I. Eachus
2003-11-11 16:24                                         ` Vinzent 'Gadget' Hoefler
2003-11-11 17:36                                           ` Stephane Richard
2003-11-08 20:08                               ` Russ
2003-11-09  4:23                                 ` Alexandre E. Kopilovitch
2003-11-07 15:54                             ` Frank J. Lhota
2003-11-06 22:42                         ` Dale Stanbrough
2003-11-03 15:35             ` Stephane Richard
2003-11-03 16:26             ` Robert I. Eachus
2003-11-04  7:28               ` Vinzent 'Gadget' Hoefler
2003-11-03 22:04         ` Gautier Write-only
2003-11-03 10:47 ` Dmitry A. Kazakov
2003-11-03 16:30   ` Robert I. Eachus
2003-11-03 22:07   ` Gautier Write-only
2003-11-04  7:28   ` Vinzent 'Gadget' Hoefler
2003-11-06 20:12     ` Gautier Write-only
  -- strict thread matches above, loose matches on Subject: below --
2003-11-03 11:02 christoph.grein
2003-11-06  8:39 christoph.grein
2003-11-06 11:11 amado.alves
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox