comp.lang.ada
 help / color / mirror / Atom feed
* Re: Any research putting c above ada?
@ 1997-05-15  0:00 Jon S Anthony
  1997-05-15  0:00 ` Kaz Kylheku
  1997-05-16  0:00 ` Any research putting c above ada? T Wheeley
  0 siblings, 2 replies; 446+ messages in thread
From: Jon S Anthony @ 1997-05-15  0:00 UTC (permalink / raw)



In article <Pine.SGI.3.95L.970514190923.17085C-100000@tower.york.ac.uk> T Wheeley <tw104@york.ac.uk> writes:

> On 2 May 1997, Jon S Anthony wrote:
> 
> > In article <3369FCAF.41C6@cca.rockwell.com> Roy Grimm <ragrimm@cca.rockwell.com> writes:
> > 
> > > "We're teaching Computer Science here.  If you want engineering, go to
> > > an engineering school."  That's the prevailing attitude with many of the
> > > CompSci programs at small liberal arts colleges.  They teach the
> > > "science" of programming almost as a subfield of Mathematics.  The
> > 
> > This is actually very apropos to the problem.  Most of what passes as
> > so called "computer science" is just watered down mathematics -
> > discrete mathematics (asymptotic algorithm analysis is fundamentally
> > various techniques of counting, i.e., a bit of combinatorics) and some
> > bits of formal logics (which is where the oft mentioned "halting
> > problem" and such comes from.)  Take this away and you don't have much
> > left - unless you have the _application_ of that mathematics, i.e.,
> > software engineering.
> > 
> > Well, there is the AI camp, but there too, if you look at what much of
> > this is, it's being/been covered by philosophers and CogScis (and
> > often with rather more perspicacity).
> 
> Well then let's not bother teaching computer science at all!  Why not just

Sounds like a good idea to me.


> make people do Maths + Philosophy degrees.  Yes it's the same stuff, but
> don't Physics and Chemistry both cover atoms and electron shells?  Don't
> both Biology and Chemistry cover Biological Chemistry?

Incorrect analogies.  These are all sciences which have their own core
subject which is well delineated.  The fact that they borrow from
ideas in other related sciences is irrelevant.  The point is that CS
has no such core subject area - _all_ it has is borrowed and then
watered down from other disciplines.


> The fact is that a CS degree combines all these factors into a single
> degree related to the study of computers, and puts them in the correct
> context.

This would be the start of something that made sense if the core
subject was _engineering software artifacts_.


> Yes the idea of dominance in sequences is part of computer science,
> but they way I was taught it in maths is not particularly relvant to
> the complexity of algorithms.

This sounds irrelevant.  _Counting_ is the core of complexity analysis
and that is a part of Combinatorics.  _Applying_ the various relevant
results of Combinatorics to _engineering_ problems in software is
perfectly sensible.  Attempting to dream up new ways of counting or
more sophisticated ways, or ways that handle new situations or
whatever is Combinatorics - not CS.


> Unless you have a very good understanding of the principles behind
> the maths in a maths degree, it will take you a lot of experience to
> become a good programmer (e.g. Knuth)

I seriously doubt this (as it is written).  As an example, exactly how
does understanding the ideas behind the proof of Quadratic Reciprocity
help you in "programming"??  How does an understanding of the topology
of the linear continuum needed to understand a proof of the FTC help
you in "programming"?  As far as that goes, how does a understanding
of the notions underlying FTC help?  Schroder-Bernstein theorem?  No
other engineering discipline needs this sort of understanding.  Heck,
no other _science_ needs this level of understanding.

 
> Of course there is a strong element of theory in CS degrees -- they want
> to get good research students to boost the department's standing against
> other universities, but you would have to have a poor department or be a
> poor student if you didn't pick up some of the fundamentals of good
> software design.

I think you just crossed over into Jay Martin flamage land - prepare
to be blow torched! :-)

/Jon
-- 
Jon Anthony
Organon Motives, Inc.
Belmont, MA 02178
617.484.3383
jsa@organon.com





^ permalink raw reply	[flat|nested] 446+ messages in thread
* Re: Any research putting c above ada?
@ 1997-05-16  0:00 Jon S Anthony
  0 siblings, 0 replies; 446+ messages in thread
From: Jon S Anthony @ 1997-05-16  0:00 UTC (permalink / raw)




In article <5le6vf$15p@bcrkh13.bnr.ca> kaz@vision.crest.nt.com (Kaz Kylheku) writes:

> Jon S Anthony <jsa@alexandria> wrote:
> >> Well then let's not bother teaching computer science at all!  Why not just
> >
> >Sounds like a good idea to me.
> 
> Yeah, why don't we just burn those computer science texts, too!

OK, :-)


> >This would be the start of something that made sense if the core
> >subject was _engineering software artifacts_.
> 
> This anti-intellectual claptrap romanticizing is getting rather tiresome.

I'm unclear on why you think this is "anti-intellectual".  It's simply
getting your tasks better and more clearly organized.  So what if
there is no "science" per se' associated with computers?  Why should
this bother you?  Why is this a big issue?  And why is engineering
somehow "anti-intellectual"???  You think you can just go touchy-feely
when engineering an aircraft wing?  Or the combustion chamber head in
an ICE??  Or a throttlable rocket engine???? or ...  Come on - your
credibility just dropped to zero.


> Heck, I propose that we do away with learning all together. We

Well this is very odd.  I think it is pretty clear that I have a high
belief in the value of learning and apprpriate and highly rigorous and
formal disciplines.  For crying out loud - my formal background is in
theoretical mathematics.  I've merely pointed out that CS is largely
redundant (at best) with several other disciplines.


> should instead hold retreats in the woods to get in touch with those
> engineers inside of us that are just yearning to be set free!  Only
> then will we develop better software, in the most natural way.

Very interesting.  This really does seem to indicate that you don't
think engineering disciplines have any value.  That they are all just
a bunch of "new age" touchy feely rubbish.  And if CS became an
engineering discipline it would apparently become:

Anti-intellectual

A hodge-podge of simple minded, non-formal, non-rigorous rubbish

A place for artsy-fartsy types.


Wow.  Definitely odd...

/Jon
-- 
Jon Anthony
Organon Motives, Inc.
Belmont, MA 02178
617.484.3383
jsa@organon.com





^ permalink raw reply	[flat|nested] 446+ messages in thread
* Re: Any research putting c above ada?
@ 1997-05-03  0:00 tmoran
  1997-05-03  0:00 ` Jon S Anthony
  0 siblings, 1 reply; 446+ messages in thread
From: tmoran @ 1997-05-03  0:00 UTC (permalink / raw)



In <JSA.97May2135942@alexandria> Jon S Anthony said:
>Why was the "record" bit even there?  It's not a big deal, but IMO the
>"record" part even is rather misleading - tagged things are very
>different in all sorts of ways from regular old record types and
  It's interesting then that in Java there is *no* "regular old record
type" - only what Ada would call a tagged type.




^ permalink raw reply	[flat|nested] 446+ messages in thread
* Re: Any research putting c above ada?
@ 1997-04-17  0:00 Marin David Condic, 561.796.8997, M/S 731-93
  0 siblings, 0 replies; 446+ messages in thread
From: Marin David Condic, 561.796.8997, M/S 731-93 @ 1997-04-17  0:00 UTC (permalink / raw)



Al Christians <achrist@EASYSTREET.COM> writes:
>BTW, I've heard something about a new set of Ada development tools
>coming from
>Lockheed for 32-bit Windows development.   Does anyone have any info on
>what's coming, when, what it will cost, and if it's going to be any
>good?
>
    Lockheed? When did Lockheed get into the Windows/Ada development
    tool business? (Other than internal tool building that we all
    pretty much engage in.) I'd be interested in knowing what they're
    making generally available to the public out of their IR&D in
    software tools.

    BTW: More on topic... My understanding of Microsoft Compiler
    Economics is that they pretty much give them away at a tremendous
    loss in order to get people developing software for their OS -
    which is where the *real* money is at. (We do similar stuff with
    jet engines - the money is in the spare parts & maintenance.)
    Hence, someone who is selling an Ada compiler and expecting to
    make a buck at it is going to have a hard time competing with
    Micro$oft.

    Still, the price of Ada compilers is down at a semi-reasonable
    level where an average individual or small business can easily
    afford to get into it. (And there's always Gnat - which is a very
    solid tool - if a little bare-bones in the GUI-building business.)
    The Comp-USA arguement only proves what's selling the most, not
    what's good or what's usable for a given task. I personally have
    bought some pretty terrible compilers from mass-market software
    chains and discovered that they wouldn't do my job...

Marin David Condic, Senior Computer Engineer    ATT:        561.796.8997
Pratt & Whitney, GESP                           Fax:        561.796.4669
West Palm Beach, FL                             Internet:   CONDICMA@PWFL.COM
===============================================================================
    Glendower: "I can call spirits from the vasty deep."
    Hotspur: "Why so can I, or so can any man; but will they come when
    you do call for them?"

        -- Shakespeare, "Henry IV"
===============================================================================




^ permalink raw reply	[flat|nested] 446+ messages in thread
* Re: Any research putting c above ada?
@ 1997-04-10  0:00 tmoran
  1997-04-11  0:00 ` Richard Krehbiel
  0 siblings, 1 reply; 446+ messages in thread
From: tmoran @ 1997-04-10  0:00 UTC (permalink / raw)



In <u912rj925.fsf@kastle.com> Richard Krehbiel said:
>Here's a bit of research you can do yourself.
>
>Can you go to the computer store and buy Microsoft Visual Ada 5.0?
>Borland Turbo Ada?  Watcom Ada 4.0?  Can you find *anybody's* Ada
>compiler at the local Comp USA store?  No.
  To which the obvious response is: Can you skip going to the computer
store and instead simply download for free Microsoft or Borland or
Watcom's C or C++ for PCs (DOS, Windows, or OS/2) and various Unix's?
(see ftp cs.nyu.edu pub/gnat)
  But hopefully not too many *professionals* decide on their tools
based on what Home Depot or Comp USA or Microsoft is pushing today.




^ permalink raw reply	[flat|nested] 446+ messages in thread
* Any research putting c above ada?
@ 1997-04-09  0:00 Konstantin B. Goldin
  1997-04-10  0:00 ` Matthew Heaney
                   ` (10 more replies)
  0 siblings, 11 replies; 446+ messages in thread
From: Konstantin B. Goldin @ 1997-04-09  0:00 UTC (permalink / raw)



Hello,

Is there any research out there, that, comparing c and ada, (or c++ and
ada), gives advantage to the c side? 

This is very important for my school work, so far everything proves that ada
is better.

Please e-mail me, I am not a frequent visitor to this group.

P.S. the comparison has to be done by some one (or some org) with
respectfull name.

Thank you




^ permalink raw reply	[flat|nested] 446+ messages in thread

end of thread, other threads:[~1997-07-21  0:00 UTC | newest]

Thread overview: 446+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-15  0:00 Any research putting c above ada? Jon S Anthony
1997-05-15  0:00 ` Kaz Kylheku
1997-05-15  0:00   ` Jon S Anthony
     [not found]   ` <01bc6189$b074f500$LocalHost@xhv46.dial.pipex.com>
1997-05-16  0:00     ` Kaz Kylheku
1997-05-16  0:00       ` Jon S Anthony
1997-05-18  0:00         ` Nick Roberts
1997-05-19  0:00           ` NOT about "c above ada" W. Wesley Groleau (Wes)
1997-05-19  0:00         ` Any research putting c above ada? Michael Norrish
1997-05-20  0:00           ` Jon S Anthony
1997-05-20  0:00             ` Kaz Kylheku
1997-05-20  0:00               ` Jon S Anthony
1997-05-20  0:00             ` Michael Norrish
1997-05-20  0:00               ` Kaz Kylheku
1997-05-20  0:00                 ` Jon S Anthony
1997-05-21  0:00                   ` Kaz Kylheku
1997-05-21  0:00                 ` Craig Franck
1997-05-22  0:00                 ` Software Engineering is not a hoax... (was Re: Any research putting c above ada?) Robert I. Eachus
1997-05-22  0:00                   ` Software Engineering and Dreamers Nick Roberts
1997-05-22  0:00                     ` Tom Moran
1997-05-25  0:00                       ` Robert Dewar
1997-05-26  0:00                         ` David Ray
1997-05-23  0:00                     ` Robert I. Eachus
1997-05-23  0:00                       ` Kaz Kylheku
1997-05-24  0:00                         ` jason hummel
1997-05-24  0:00                         ` Robert Dewar
1997-05-25  0:00                         ` Craig Franck
1997-05-26  0:00                           ` Kaz Kylheku
1997-05-26  0:00                             ` Robert Dewar
1997-05-27  0:00                               ` Jon S Anthony
1997-05-27  0:00                                 ` Dann Corbit
1997-05-26  0:00                             ` Craig Franck
1997-05-27  0:00                               ` Kaz Kylheku
1997-05-28  0:00                               ` Fritz W Feuerbacher
1997-05-29  0:00                                 ` Craig Franck
1997-05-29  0:00                                   ` Robert Dewar
1997-05-26  0:00                         ` Fritz W Feuerbacher
1997-05-26  0:00                           ` Kaz Kylheku
1997-05-26  0:00                             ` tstcroix
1997-05-27  0:00                               ` Robert Dewar
1997-05-27  0:00                                 ` Kaz Kylheku
1997-05-28  0:00                                   ` Robert Dewar
1997-05-31  0:00                                   ` Nick Roberts
1997-06-02  0:00                                     ` Jon S Anthony
1997-06-09  0:00                                   ` Ralph Silverman
1997-05-27  0:00                             ` Jon S Anthony
1997-05-28  0:00                               ` Robert I. Eachus
1997-05-27  0:00                             ` system
1997-05-27  0:00                               ` Kaz Kylheku
1997-05-28  0:00                                 ` Rich Miller
1997-05-28  0:00                                   ` Bryce Bardin
1997-05-28  0:00                                     ` Lawrence Kirby
1997-05-29  0:00                                       ` Nick Leaton
1997-05-29  0:00                                       ` Matthew S. Whiting
1997-05-28  0:00                                     ` Kaz Kylheku
1997-05-28  0:00                             ` Fritz W Feuerbacher
1997-05-29  0:00                             ` Robert Dewar
1997-05-29  0:00                               ` Kaz Kylheku
1997-05-30  0:00                             ` Vibrating Bum-Faced Goats
1997-05-30  0:00                               ` Robert Dewar
1997-06-02  0:00                                 ` Jon S Anthony
1997-06-02  0:00                                 ` Mathew Hendry
1997-06-03  0:00                                   ` Craig Franck
1997-06-03  0:00                                   ` Matthew S. Whiting
1997-06-03  0:00                                     ` Spaceman Spiff
1997-06-03  0:00                                   ` John Winters
1997-06-02  0:00                                     ` Mathew Hendry
1997-06-03  0:00                                       ` Martin C. Carlisle
1997-06-08  0:00                                         ` Joe Charlier
1997-06-09  0:00                                         ` Robert Dewar
1997-06-17  0:00                                           ` Nick Roberts
1997-06-04  0:00                                       ` John Winters
1997-06-06  0:00                                       ` Volker Hetzer
1997-06-06  0:00                                         ` Mathew Hendry
1997-06-08  0:00                                           ` Robert Dewar
1997-06-09  0:00                                             ` Craig Franck
1997-06-08  0:00                                               ` Jason Shankel
1997-06-09  0:00                                                 ` Robert Dewar
1997-06-08  0:00                                               ` John G. Volan
1997-06-09  0:00                                                 ` Robert Dewar
1997-06-09  0:00                                                   ` SE, Dreamers, and on and on and on W. Wesley Groleau (Wes)
1997-06-09  0:00                                                   ` Software Engineering and Dreamers John G. Volan
1997-06-10  0:00                                                     ` Robert Dewar
1997-06-09  0:00                                             ` Jonathan Guthrie
1997-06-09  0:00                                               ` Mathew Hendry
1997-06-11  0:00                                                 ` Crocodiles [was: Re: Software Engineering and Dreamers] Anonymous
1997-06-11  0:00                                                   ` Off topic: Crocodiles Mukesh Prasad
1997-06-11  0:00                                                     ` Robert Dewar
1997-06-11  0:00                                                       ` Mukesh Prasad
1997-06-12  0:00                                                       ` Jon S Anthony
1997-06-11  0:00                                                   ` Crocodiles [was: Re: Software Engineering and Dreamers] Spam Hater
1997-06-12  0:00                                                     ` Anonymous
1997-06-11  0:00                                                 ` Software Engineering and Dreamers Jonathan Guthrie
1997-06-11  0:00                                                   ` Mathew Hendry
1997-06-17  0:00                                               ` Nick Roberts
     [not found]                                         ` <19970606.49CA70..12B91@ae124.du.pipex.com>
1997-06-07  0:00                                           ` Lawrence Kirby
1997-06-09  0:00                                             ` W. Wesley Groleau (Wes)
1997-06-10  0:00                                               ` Robert Dewar
1997-06-10  0:00                                                 ` W. Wesley Groleau (Wes)
1997-06-07  0:00                                       ` Robert Dewar
1997-06-08  0:00                                         ` Mathew Hendry
1997-06-03  0:00                                     ` Ed Prochak - Woodland Consultants
1997-06-02  0:00                                 ` Nick Roberts
1997-06-07  0:00                                   ` Robert Dewar
1997-06-02  0:00                               ` Jon S Anthony
     [not found]                                 ` <01bc7042$609289e0$cb61e426@DCorbit.solutionsiq.com>
1997-06-03  0:00                                   ` Off topic response to an off topic message--> was:Re: " H. Blakely Williford
1997-06-04  0:00                                     ` Craig Franck
1997-06-03  0:00                                       ` Spaceman Spiff
1997-06-09  0:00                                         ` Kaz Kylheku
1997-06-09  0:00                                         ` Robert Dewar
1997-06-09  0:00                                         ` Ceri Stagg
1997-06-12  0:00                                           ` Philip Brashear
1997-07-21  0:00                                             ` Shmuel (Seymour J.) Metz
1997-06-10  0:00                                       ` Vibrating Bum-Faced Goats
1997-06-04  0:00                                   ` Vibrating Bum-Faced Goats
1997-06-04  0:00                                     ` �Stephen!
1997-06-05  0:00                                       ` Kaz Kylheku
1997-06-06  0:00                                         ` Volker Hetzer
     [not found]                                     ` <01bc7a5b$9ccdd900$21320f9b@mindlin>
     [not found]                                       ` <5o7ahj$oos$1@news12.gte.net>
1997-06-18  0:00                                         ` Spam Hater
1997-06-18  0:00                                           ` Spaceman Spiff
1997-06-19  0:00                                             ` Stephan Wilms
1997-06-20  0:00                                             ` Spam Hater
1997-06-19  0:00                                           ` Mukesh Prasad
1997-06-18  0:00                                         ` Philip Hindman
1997-06-19  0:00                                         ` Craig Franck
1997-06-18  0:00                                           ` Spaceman Spiff
1997-06-19  0:00                                             ` Steve Howard
1997-06-19  0:00                                               ` Anonymous
1997-06-20  0:00                                             ` Spam Hater
1997-06-21  0:00                                               ` Spaceman Spiff
1997-06-23  0:00                                               ` root
1997-06-22  0:00                                             ` Alicia Carla Longstreet
1997-06-19  0:00                                           ` Stephan Wilms
1997-06-24  0:00                                           ` David Thornley
1997-06-06  0:00                                 ` Fritz W Feuerbacher
1997-06-06  0:00                                   ` Joe Charlier
1997-06-04  0:00                             ` S. Norby
1997-05-30  0:00                         ` Vibrating Bum-Faced Goats
1997-05-23  0:00                     ` Mark Allen Framness
1997-05-23  0:00                       ` Kaz Kylheku
1997-05-23  0:00                     ` Mark Allen Framness
1997-05-24  0:00                     ` Bill Anderson
1997-05-23  0:00                   ` Software Engineering is not a hoax... (was Re: Any research putting c above ada?) Jeff Carter
1997-05-23  0:00                     ` William M.Gordon
1997-05-23  0:00                       ` Kaz Kylheku
1997-05-23  0:00                         ` John Bode
1997-05-25  0:00                           ` Robert Dewar
1997-05-25  0:00                           ` Craig Franck
1997-05-25  0:00                           ` Jon S Anthony
1997-05-26  0:00                           ` Software Engineering is not a hoax Laurent Gasser
1997-05-26  0:00                             ` Kaz Kylheku
1997-05-27  0:00                             ` Scott Stanchfield
1997-05-27  0:00                               ` Kaz Kylheku
1997-05-27  0:00                                 ` Scott Stanchfield
1997-05-29  0:00                                 ` Dean Runzel
1997-05-29  0:00                                   ` Scott Stanchfield
1997-05-29  0:00                                   ` Kaz Kylheku
1997-05-30  0:00                                     ` Robert Dewar
1997-05-30  0:00                                       ` John G. Volan
1997-05-30  0:00                                   ` Lord Shaman
1997-05-27  0:00                               ` Dan Evens
1997-05-27  0:00                                 ` Scott Stanchfield
1997-05-28  0:00                             ` Alan Bowler
1997-05-29  0:00                               ` Jon S Anthony
1997-05-23  0:00                         ` Software Engineering is not a hoax... (was Re: Any research putting c above ada?) Robert I. Eachus
1997-05-25  0:00                           ` Jon S Anthony
1997-05-24  0:00                         ` W. Wesley Groleau (Wes)
1997-05-24  0:00                         ` Fritz W Feuerbacher
1997-05-24  0:00                       ` Robert Dewar
1997-06-12  0:00                         ` Software Engineering is not a hoax Keith Shillington
1997-06-12  0:00                           ` Kaz Kylheku
1997-06-17  0:00                           ` brucemo
1997-06-17  0:00                             ` Richard Turner
1997-06-17  0:00                               ` Spam Hater
1997-06-17  0:00                                 ` Richard Turner
1997-06-12  0:00                   ` Ralph Silverman
     [not found]                   ` <33859489.7FB8@spam.inno <5nplh1$276@nntp.seflin.org>
1997-06-13  0:00                     ` Michael Tippach
1997-06-13  0:00                     ` Paul Mesken
1997-05-20  0:00               ` Any research putting c above ada? Jon S Anthony
1997-05-20  0:00   ` Les Hazlewood
1997-05-20  0:00     ` Jason A Cunningham
1997-05-21  0:00       ` Stephan Wilms
1997-05-21  0:00         ` Jason A Cunningham
1997-05-20  0:00     ` Newsthread integrity Nick Roberts
1997-05-16  0:00 ` Any research putting c above ada? T Wheeley
1997-05-16  0:00   ` Jon S Anthony
  -- strict thread matches above, loose matches on Subject: below --
1997-05-16  0:00 Jon S Anthony
1997-05-03  0:00 tmoran
1997-05-03  0:00 ` Jon S Anthony
1997-04-17  0:00 Marin David Condic, 561.796.8997, M/S 731-93
1997-04-10  0:00 tmoran
1997-04-11  0:00 ` Richard Krehbiel
1997-04-09  0:00 Konstantin B. Goldin
1997-04-10  0:00 ` Matthew Heaney
1997-04-10  0:00 ` Bob Stout
1997-04-10  0:00 ` Thomas Aho
1997-04-10  0:00 ` Richard Krehbiel
1997-04-10  0:00   ` Philip Brashear
1997-04-10  0:00     ` CubanPete
1997-04-11  0:00       ` John Thomas Apa
1997-04-10  0:00   ` Tom Wheeley
1997-04-11  0:00     ` Richard Kenner
1997-04-16  0:00     ` Daniel P Hudson
1997-04-17  0:00     ` Stephen Leake
1997-04-10  0:00   ` Andrew Dunstan
1997-04-11  0:00   ` James Youngman
1997-04-11  0:00     ` Steve Summit
1997-04-12  0:00       ` Dave Wood
1997-04-14  0:00         ` Chris Lomont
1997-04-16  0:00           ` Dave Wood
1997-04-11  0:00   ` Steve Jones - JON
1997-04-11  0:00     ` Kaz Kylheku
1997-04-12  0:00       ` Tom Wheeley
     [not found]       ` <01bc46be$fb54cae0$3f6700cf@default>
1997-04-13  0:00         ` Kaz Kylheku
1997-04-14  0:00           ` Craig Franck
     [not found]       ` <33526cbf.41c6@cca.rockwell.com>
     [not found]         ` <5iusvd$118e@newssvr01-int.news.prodigy.com>
1997-04-14  0:00           ` James S. Rogers
     [not found]           ` <33541be1.14961570@news.airmail.net>
1997-04-16  0:00             ` Matthew Givens
1997-04-16  0:00               ` Dale Stanbrough
     [not found]           ` <3353a187.1062@bix.com>
1997-04-16  0:00             ` Matthew Givens
1997-04-17  0:00               ` Tom Moran
     [not found]               ` <33545F8D.2AF4@worldnet.att.net>
     [not found]                 ` <335569F1.55A0@pratique.fr>
1997-04-20  0:00                   ` Nick Roberts
     [not found]           ` <33530e22.5940@worldnet.att.net>
1997-04-16  0:00             ` Matthew Givens
1997-04-18  0:00               ` Kenneth Almquist
1997-04-20  0:00                 ` Matthew Givens
1997-04-22  0:00                   ` Alan Brain
     [not found]                   ` <335d880c.324@dynamite.com.au>
1997-05-04  0:00                     ` Matthew Givens
1997-05-05  0:00                       ` Alan Brain
     [not found]                       ` <336ea9ca.3c92@dynamite.com.au>
1997-05-07  0:00                         ` Matthew Givens
1997-05-06  0:00                           ` Tom Moran
1997-05-07  0:00                             ` Jon S Anthony
1997-05-07  0:00                           ` Kevin Cline
1997-05-07  0:00                           ` Jon S Anthony
     [not found]                           ` <5aedd9b0882ea1bf.69856d7f77cd2ae3.229bf1374681c88b@library-proxy.airnews.net>
1997-05-10  0:00                             ` Matthew Givens
1997-05-10  0:00                               ` Robert S. White
1997-05-11  0:00                               ` Kevin Cline
1997-05-16  0:00                               ` brad.balfour
1997-05-14  0:00                           ` T Wheeley
1997-04-19  0:00               ` Tom Wheeley
     [not found]         ` <5j0e5i$qgi@bcrkh13.bnr.ca>
1997-04-16  0:00           ` Matthew Givens
     [not found]           ` <5j4ijn$3ta1@news.knox.edu>
1997-04-17  0:00             ` Kaz Kylheku
1997-04-18  0:00               ` Tim Behrendsen
     [not found]           ` <33552C53.41C6@cca.rockwell.com>
1997-04-20  0:00             ` Steve Doiel
1997-04-20  0:00               ` Jay Martin
1997-04-21  0:00             ` Robert I. Eachus
1997-04-14  0:00       ` Roy Grimm
1997-04-11  0:00     ` Terry Colligan
1997-04-11  0:00       ` Larry J. Elmore
1997-04-12  0:00         ` Terry Colligan
     [not found]     ` <3359e813.340466234@news.pacificnet.net>
1997-04-11  0:00       ` James S. Rogers
1997-04-12  0:00         ` Danette & Murray Root
1997-04-12  0:00         ` Steve Summit
1997-04-12  0:00       ` David Weller
1997-04-12  0:00       ` Dave Wood
     [not found]         ` <3373409f.494266577@news.pacificnet.net>
1997-04-13  0:00           ` Dave Wood
     [not found]             ` <E8pxJ0.I3s@thomsoft.com>
     [not found]               ` <3355E0F2.56E5@aonix.com>
1997-04-18  0:00                 ` David Hanley
1997-04-20  0:00                   ` Nick Roberts
1997-04-14  0:00           ` Kaz Kylheku
1997-04-14  0:00           ` Robert S. White
1997-04-14  0:00             ` Kaz Kylheku
1997-04-15  0:00               ` Robert S. White
     [not found]                 ` <5ivtcu$puv@huron.eel.ufl.edu>
1997-04-16  0:00                   ` Kaz Kylheku
1997-04-16  0:00                     ` Byron
1997-04-16  0:00                       ` John Winters
     [not found]                     ` <5j31dt$o3j@huron.eel.ufl.edu>
1997-04-17  0:00                       ` Kaz Kylheku
1997-04-18  0:00                       ` David Thornley
     [not found]                         ` <338a1835.439086993@news.pacificnet.net>
1997-04-25  0:00                           ` Alan Bowler
     [not found]                     ` <01bc4da9$75237100$f4f582c1@xhv46.dial.pipex.com>
1997-04-21  0:00                       ` Daniel P Hudson
1997-04-21  0:00                         ` Robert I. Eachus
1997-04-14  0:00           ` Stephen Leake
1997-04-13  0:00         ` Larry Kilgallen
1997-04-13  0:00       ` Kaz Kylheku
1997-04-27  0:00         ` Richard Riehle
1997-04-29  0:00           ` Kaz Kylheku
1997-04-30  0:00             ` Roy Grimm
1997-04-30  0:00               ` Kaz Kylheku
1997-04-30  0:00                 ` Jay Martin
1997-05-02  0:00                   ` Samuel A. Mize
1997-05-05  0:00                     ` Roy Grimm
1997-05-06  0:00                       ` Robert I. Eachus
1997-05-07  0:00                         ` Jay Martin
1997-05-07  0:00                           ` Kaz Kylheku
1997-05-08  0:00                             ` Jay Martin
1997-05-08  0:00                           ` Robert I. Eachus
1997-05-09  0:00                             ` Kevin Cline
1997-05-08  0:00                           ` Kevin Cline
1997-05-09  0:00                             ` Alan Brain
1997-05-11  0:00                       ` deafen
1997-05-12  0:00                         ` Roy Grimm
1997-05-12  0:00                         ` Kaz Kylheku
1997-05-01  0:00                 ` Roy Grimm
1997-05-01  0:00                   ` Kaz Kylheku
1997-05-02  0:00                     ` Roy Grimm
1997-05-02  0:00                       ` Jon S Anthony
1997-05-05  0:00                         ` Steve Furlong
1997-05-06  0:00                           ` Kevin Cline
1997-05-06  0:00                             ` Jon S Anthony
1997-05-06  0:00                           ` Robert A Duff
1997-05-08  0:00                           ` Lawrence Kirby
1997-05-14  0:00                         ` T Wheeley
1997-05-14  0:00                           ` Kaz Kylheku
1997-05-01  0:00                   ` Jay Martin
1997-05-10  0:00                   ` Fritz W Feuerbacher
1997-05-11  0:00                     ` Wilbur Streett
1997-05-12  0:00                       ` Kevin Cline
1997-05-20  0:00                       ` T Wheeley
1997-04-30  0:00             ` Robert I. Eachus
1997-04-30  0:00               ` Jay Martin
1997-05-01  0:00                 ` Kevin Cline
1997-05-01  0:00                 ` Robert I. Eachus
1997-05-05  0:00                   ` Jay Martin
1997-05-06  0:00                     ` Kevin Cline
1997-05-07  0:00                       ` Robert I. Eachus
1997-04-30  0:00               ` Kaz Kylheku
1997-05-01  0:00                 ` Robert I. Eachus
1997-05-05  0:00                   ` John Apa
1997-05-06  0:00                     ` Kevin Cline
1997-05-06  0:00                       ` Roy Grimm
1997-05-07  0:00                         ` John Apa
1997-05-08  0:00                           ` Roy Grimm
1997-05-08  0:00                           ` Kevin Cline
1997-05-10  0:00                             ` John Apa
1997-05-11  0:00                               ` Kevin Cline
1997-05-14  0:00                                 ` Nick Roberts
1997-05-07  0:00                         ` Kevin Cline
1997-05-07  0:00                           ` Roy Grimm
1997-05-07  0:00                             ` Kaz Kylheku
1997-05-08  0:00                             ` Kevin Cline
1997-05-08  0:00                               ` Roy Grimm
1997-05-08  0:00                                 ` Kaz Kylheku
1997-05-09  0:00                                 ` Kevin Cline
1997-05-10  0:00                                   ` Dan Shea
1997-05-11  0:00                                     ` Kevin Cline
1997-05-08  0:00                       ` Alan Brain
1997-05-07  0:00                     ` Adam Beneschan
1997-05-09  0:00                   ` Richard A. O'Keefe
1997-05-09  0:00                     ` Larry Weiss
1997-05-11  0:00                       ` Kevin Cline
1997-05-11  0:00                         ` Jay Martin
1997-05-12  0:00                           ` Kevin Cline
1997-05-12  0:00                         ` Craig Franck
1997-05-12  0:00                           ` Kevin Cline
1997-05-13  0:00                             ` Craig Franck
1997-05-13  0:00                               ` Jonathan Guthrie
1997-05-14  0:00                                 ` Mathew Hendry
     [not found]                           ` <F4243E31257E3230.1400B453F19F7D1B.A88AC4B6A31D <5l8gf8$2jp@mtinsc05.worldnet.att.net>
1997-05-13  0:00                             ` Kaz Kylheku
1997-05-13  0:00                               ` Lawrence Kirby
1997-05-14  0:00                               ` T Wheeley
1997-05-15  0:00                               ` Ray Blaak
1997-05-16  0:00                                 ` Alan Brain
1997-05-12  0:00                         ` Robert I. Eachus
1997-05-14  0:00                           ` Kevin Cline
     [not found]                         ` <5lb2mi$3i2@mtinsc03.worldnet.att.net>
1997-05-14  0:00                           ` Jonathan Guthrie
1997-05-14  0:00                             ` Szu-Wen Huang
1997-05-15  0:00                               ` Jonathan Guthrie
     [not found]                             ` <EA8sny.HKJ@thinkage.on.ca>
1997-05-16  0:00                               ` W. Wesley Groleau (Wes)
1997-05-14  0:00                     ` M. Prasad
     [not found]                     ` <rayEA5A7D.932@netcom.com>
1997-05-14  0:00                       ` W. Wesley Groleau (Wes)
1997-05-14  0:00                       ` Steve Jones - JON
1997-05-17  0:00                       ` Robert I. Eachus
1997-04-30  0:00             ` Jon S Anthony
1997-05-01  0:00               ` Kaz Kylheku
1997-05-02  0:00                 ` Jon S Anthony
1997-05-03  0:00                   ` Craig Franck
1997-05-03  0:00                 ` Matthew Givens
1997-05-03  0:00                   ` Robert S. White
     [not found]       ` <33508283.56dd@aonix.com>
     [not found]         ` <33526280.62b3@gsfc.nasa.gov>
     [not found]           ` <5ivths$pv2@huron.eel.ufl.edu>
1997-04-16  0:00             ` Matthew Givens
     [not found]               ` <m2ragbrmij.fsf@acm.org>
1997-04-20  0:00                 ` Nick Roberts
1997-04-11  0:00   ` Gary W Smith
1997-04-14  0:00   ` Alan Brain
1997-04-17  0:00   ` Jon S Anthony
1997-04-10  0:00 ` Daniel P Hudson
1997-04-14  0:00 ` Steve Jones - JON
1997-04-14  0:00   ` Kaz Kylheku
1997-04-15  0:00   ` Matthew Givens
1997-04-20  0:00     ` Alan Brain
     [not found]     ` <335ae79e.55ed@dynamite.com.au>
1997-04-20  0:00       ` Matthew Givens
1997-04-28  0:00         ` Andrew Dunstan
1997-04-29  0:00           ` Matthew Givens
1997-05-06  0:00             ` Andrew Dunstan
1997-05-07  0:00               ` Kevin Cline
1997-05-07  0:00                 ` Jon S Anthony
1997-05-07  0:00                 ` Jeff Carter
1997-05-08  0:00                 ` Robert I. Eachus
1997-05-09  0:00                   ` Kevin Cline
1997-05-09  0:00                     ` John G. Volan
1997-05-11  0:00                       ` Kevin Cline
1997-05-12  0:00                         ` John G. Volan
1997-05-12  0:00                         ` John G. Volan
1997-05-13  0:00                         ` Alan Brain
1997-05-14  0:00                           ` Kevin Cline
1997-05-16  0:00                             ` Alan Brain
1997-05-17  0:00                               ` Dale Stanbrough
1997-05-17  0:00                               ` Kevin Cline
1997-05-17  0:00                                 ` John G. Volan
1997-05-18  0:00                                   ` Kevin Cline
1997-05-18  0:00                                     ` Jon S Anthony
1997-05-18  0:00                                       ` Brian Rogoff
1997-05-19  0:00                                       ` Kevin Cline
1997-05-19  0:00                                         ` Jon S Anthony
1997-05-19  0:00                                     ` John G. Volan
1997-05-20  0:00                                       ` Kevin Cline
1997-05-20  0:00                                         ` Jeff Carter
1997-05-21  0:00                                       ` Brian Rogoff
1997-05-21  0:00                                       ` Alan Brain
1997-05-12  0:00                       ` Robert I. Eachus
1997-04-30  0:00           ` Daniel P Hudson
1997-04-30  0:00             ` Adam Beneschan
1997-05-02  0:00               ` Daniel P Hudson
     [not found] ` <5j078b$b25$1@NNTP.MsState.Edu>
1997-04-16  0:00   ` Peter Amey
     [not found]     ` <5j31lj$qnk@huron.eel.ufl.edu>
1997-04-24  0:00       ` Suzette Norby
1997-04-25  0:00         ` Craig Franck
1997-04-28  0:00           ` Jon S Anthony
1997-04-29  0:00             ` Andrew Koenig
1997-04-29  0:00               ` Tom Moran
1997-04-30  0:00               ` Jon S Anthony
1997-05-01  0:00                 ` Kaz Kylheku
1997-04-30  0:00               ` Robert I. Eachus
1997-05-01  0:00                 ` Alan Brain
1997-04-30  0:00               ` Kaz Kylheku
1997-04-30  0:00             ` Craig Franck
1997-04-30  0:00               ` Robert I. Eachus
1997-04-30  0:00                 ` Pat Rogers
1997-05-02  0:00                 ` Jon S Anthony
1997-05-01  0:00               ` Jon S Anthony
1997-04-25  0:00         ` Kaz Kylheku
1997-04-26  0:00           ` Larry Wissig
1997-04-26  0:00             ` Kaz Kylheku
1997-04-26  0:00             ` Nick Roberts
1997-04-26  0:00               ` Lawrence Kirby
1997-04-27  0:00                 ` b-see
1997-04-28  0:00             ` Jon S Anthony
1997-04-26  0:00           ` Mike Haertel
1997-04-26  0:00             ` Kaz Kylheku
1997-04-27  0:00             ` Nick Roberts
1997-04-28  0:00             ` Istvan.Simon
1997-04-27  0:00           ` Jerry van Dijk
1997-04-17  0:00   ` Daniel P Hudson
     [not found]   ` <335458A4.4C1D@worldnet.att.net>
     [not found]     ` <5j416b$hau@mtinsc04.worldnet.att.net>
1997-04-18  0:00       ` Mark & Zurima McKinney
1997-04-19  0:00         ` Craig Franck
1997-04-21  0:00           ` Robert I. Eachus
     [not found]     ` <5j30oa$ia9@bcrkh13.bnr.ca>
     [not found]       ` <3355739E.7B24@pratique.fr>
1997-04-18  0:00         ` Kaz Kylheku
1997-04-23  0:00       ` David Emery
1997-04-17  0:00 ` Jon S Anthony
1997-04-17  0:00 ` Jon S Anthony
1997-04-17  0:00 ` Chris Morgan
1997-04-18  0:00 ` David Emery
1997-04-21  0:00   ` Jim Hyslop

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