comp.lang.ada
 help / color / mirror / Atom feed
  • * Re: C/C++ knocks the crap out of Ada
           [not found] <00001a73+00002504@msn.com>
           [not found] ` <313EDF38.61C1@lfwc.lockheed.com>
           [not found] ` <4etcmm$lpd@nova.dimensional.com>
    @ 1996-03-15  0:00 ` Kazimir Kylheku
      1996-03-16  0:00   ` Jay Martin
      1996-03-16  0:00 ` Jay Martin
                       ` (2 subsequent siblings)
      5 siblings, 1 reply; 475+ messages in thread
    From: Kazimir Kylheku @ 1996-03-15  0:00 UTC (permalink / raw)
    
    
    In article <4idh80$6tj@solutions.solon.com>,
    Peter Seebach <seebs@solutions.solon.com> wrote:
     >In article <4icja9$1r92@saba.info.ucla.edu>,
     >Jay Martin <jmartin@cs.ucla.edu> wrote:
     >>>Lex and Yacc are proven utilities that work. 
     >
     >>Lex and Yacc are braindead crap along with C and Unix.  Do they have an
     >>option to output Ada??
     >
     >Huh?  I'm sorry, but you have *no* argument here.  Lex and Yacc are brilliant;
     >they do *exactly* what they're supposed to do.  What problems do you see
     >with them?  (Reply by email, please, this is even less topical than usual.)
     >
     >Sure they have an option to output Ada.  It's the one you're about to write,
     >if it's so useful.  I have no need for it, so I'm not about to.  It could
     >be done, of course - it's just not currently needed.  :)
     >
     >>You have become and "idiot savant" at it, congratulations,
     >>unfortunately the next guy might not reading your code. I wasn't
     >>talking about needing a grammer, I was talking with about reading in a
     >>simple table.  Its stupid to bring in two tools with two more
     >>"languages" to do something trivial that takes a page of normal code.
     >
     >Very few people would bring in yacc for just reading a table.  I personally
     >would.  My table parser would also support simple expression grammars.  Could
     >you do that in a page of normal code, too?  (Of course you could; you'd
     >use perl, and call eval.)
    
    I do too. I recently wrote a configuration file parser for a daemon I
    was hired to develop. Right now, it has a brain-dead syntax. However, it is
    robust with respect to comments and whitespace and deals with ".." strings,
    integer constants and identifiers properly. 
    
    I used error productions in the yacc grammar to generate useful, friendly error
    messages that pinpoint a problem.
    
    I anticipate that the grammar will get more complicated when I add certain
    features; the parser/scanner will be a snap to update, compared to having to
    understand my own code. :)
    
    I didn't want to waste time writing this thing. I wanted a configuration file
    facility, NOW! Lex and yacc gave it to me, in minutes. And hey, regular
    expressiona and grammars _are_ more fun than switch() statements with numeric
    case labels... so punish me for enjoying the ``journey'' for its own sake!
    I'm glad I like my work!
    
     >Like all tools, lex and yacc are excellent for some tasks, and useless
     >for others.  I can only assume you've been trying to use them for
     >inappropriate tasks, or more likely, that you haven't ever used them,
     >and that you're not familiar with C, either.  You've posted many
     >claims, with *no* documentation, *no* examples, and *no* rationale.
    
    That trick allows an author to retreat infinitely without admitting he is
    wrong, because there is no wall to back into.  ``But I never said this or
    that...''. Of course not. Didn't say a damn thing, in fact.  Without the
    documentation, examples and whatnot, it is just *.advocacy fluff.
    
     >Most Ada advocates at least have points to make; you, sir, are a discredit
     >to Ada users.  Hmph.  "rabid language fanatics" indeed.
    
    On the contrary, I don't think he discredits anyone but himself.  I'd hate to
    think that someone would consider some random C/UNIX fanatic to be a discredit
    to _me_.  (Unless I _am_ that fanatic, of course :).
    -- 
    
    
    
    
    ^ permalink raw reply	[flat|nested] 475+ messages in thread
  • * Re: C/C++ knocks the crap out of Ada
           [not found] <00001a73+00002504@msn.com>
                       ` (2 preceding siblings ...)
      1996-03-15  0:00 ` Kazimir Kylheku
    @ 1996-03-16  0:00 ` Jay Martin
      1996-03-20  0:00   ` David Taylor
           [not found] ` <Pine.A32.3.91.960313165249.124278B-100000@red.weeg.uiowa.edu>
           [not found] ` <31442F19.6C13@lfwc.lockheed.com>
      5 siblings, 1 reply; 475+ messages in thread
    From: Jay Martin @ 1996-03-16  0:00 UTC (permalink / raw)
    
    
    kcline@sun132.spd.dsccc.com (Kevin Cline) writes:
    
    >Maybe, but I personally find it much easier to maintain lex & yacc
    >grammers which make the file syntax explicit, instead of trying to
    >divine the syntax from scanf statements scattered throughout a dozen
    >subroutines.
    
    If you have to parse something, fine use lex and yacc.  If it is
    simple I prefer to use simple IO statements of the language.  Parsing
    is really only needed when there are nested structures in the text.
    As a user, I do not want to read a grammer for a text file format.
    As a programmer annotated grammers do not do much for me either.
    
    >The scanf programmers tend to define their input file syntax to make
    >it easy to parse, rather than easy to read, and then resist all
    >suggestions to extend the syntax for user convenience.
    
    I personally do not find complex text file formats as an exceptable
    user friendly method of input in this day and age.  Users should look
    at GUI's not goofy text files.  Thus, slight differences in the
    flexiblity of file formats is really of little concern these days as
    no one should be really looking at them. Besides grammer style legacy
    text file formats I see little use for parsing besides writing your
    own C++ or Ada95 or other language compiler ( or pretty printer, etc).
    Something I am not planning to do anytime soon.  So has GUI's and huge
    languages really ruined the usefulness of parsing, or am I forgetting
    some important uses of parsers.
    
    Jay
    
    
    
    
    
    
    
    ^ permalink raw reply	[flat|nested] 475+ messages in thread
  • [parent not found: <Pine.A32.3.91.960313165249.124278B-100000@red.weeg.uiowa.edu>]
  • [parent not found: <31442F19.6C13@lfwc.lockheed.com>]
  • * Re: Unix Haters
    @ 1996-03-26  0:00 Alain Graziani
      1996-03-27  0:00 ` Robert I. Eachus
      0 siblings, 1 reply; 475+ messages in thread
    From: Alain Graziani @ 1996-03-26  0:00 UTC (permalink / raw)
    
    
    At 05:21 AM 3/26/96 GMT, Wallace E. Owen wrote:
    >In article <dewar.827685726@schonberg>, Robert Dewar <dewar@cs.nyu.edu> wrote:
    >>Tore reacted to
    >>
    >>"moi (moi@news) wrote:
    >>: you must not have know how to use it at all. Or maybe you don't like the
    >>: features that win95 and others are just now getting that unix has had for
    >10+
    >>: years. truth is.. unix is and will always be ahead of everything else.
    >>
    >>"
    >>
    >>Tore, when someone posts something like that, either they don't know what
    >>they are talking about and should be ignored, or they are trolling. I
    >>would guess the latter in this case :-)
    >>
    >
    
    [snipped here]
    
    >What was the first OS to permit
    >mounting another computer's disks over the net? Unix, with RPC/XDR/NFS.
    >Yes, it's now available for some other OS's but none integrate it
    >so well.
    
    I disagree!  From a user perspective, I think DEC's VMS OS is the most
    elegant and mature way of integrating several machines of varying
    capabilities.  System resources and disks are completely transparent to the
    users.  System managers can (and freqently do) move applications and data
    from one disk to another or across several disks without the users even
    knowing about it.
    
    >Unix is also probably the best non-proprietary OS, with fair standards.
    >Compared with Windows NT/95 or OS/2 (Sorry to put OS/2 in the same category
    >as Windows), you're not locked in to a small collection of hardware ven-
    >dors.
    
    I found that moving Unix apps and code between hardware vendors is not the
    coompile-and-run system the vendors would have you believe.  There is no
    real common Unix OS.  Sure Unix has the same feel but each vendor adds their
    own features which could make your code just as un-portable as any
    proprietary OS.
    
    >There are several other firsts, of course.  These are probably the most
    >well-known.
    >
    >I'm not saying that it's the best OS.  But it's good enough, and more standard
    >than most.
    
    I'll agree with that.
    
    >I know that in the Ada world we sometimes get a little pedantic
    >(All of us), so when something's not 'perfect' in some regard we get a bit
    >peeved, and that 'C' got where it is today by being 'good enough'.  But
    >until someone can point out a better OS available on all the platforms I
    >use, I'll live with it.
    
    Web browsers seem to be a good example of how an OS should work from a user
    perspective.
    
    >+-------------------------------------------------------+---------------------+
    >| "I can see nothing, sire.", the bowman said.          | Wally Owen          |
    >| "I only wish I had such eyes," the King remarked in a | VisiCom Laboratories|
    >| fretful tone. "To be able to see nobody? And at that  | (619) 457-2111      |
    >| distance, too! Why, it's as much as I can do to see   |       457-0888 Fax  |
    >| real people by this light!"                           | owen@cod.nosc.mil   |
    >+-------------------------------------------------------+---------------------+
    
    
    Alain Graziani
    
    Rocketdyne Division, Rockwell International
    Ground and Test Support Software
    International Space Station Alpha
    graziani@gtss.rdyne.rockwell.com
    
    
    
    
    ^ permalink raw reply	[flat|nested] 475+ messages in thread
    * Re: Unix Haters
    @ 1996-03-29  0:00 Dr.Dmitry A.Kazakov
      0 siblings, 0 replies; 475+ messages in thread
    From: Dr.Dmitry A.Kazakov @ 1996-03-29  0:00 UTC (permalink / raw)
    
    
    
    ian@rsd.bel.alcatel.be (Ian Ward) wrote:
    
    >James McIninch writes >
    >
    >> you write for those, not because they're powerful, efficient, easy to work
    >> with, etc., but because people will buy your stuff. If you write large-scale
    >> projects for mission-critical applications in networked environments, chances
    >> are pretty good you'll work with UNIX, which has the greatest market share
    >> for that sort of thing.
    >
    >That is more to do with the fact that mostly graduates work in
    >those areas. The were weaned on Unix which was really cheap for
    >their college to buy (or free,) and they did not want to use
    >anything else when they left, twenty years on, and the graduates
    >now order equipment and stock.
    >
    >I see a lot of the people who these days saying VMS is crap and
    >difficult to use, but a lot (not all) have not even used it, and
    >some of those that have not ventured past DCL.
    >
    >These two operating systems, to me, define the differences between
    >something that had to be sold, and something that was never
    >originally designed to be. I am not taking away from the unix team
    >there are as many clever, nifty, things in Unix, as there are in
    >the Fiat 500. I am also not saying I cannot use it successfully
    >either, I have tolerated it now for a few years.
    >
    >What I am saying is that :
    >
    >1. Its not reliable, no operating system worth its salt could
    >have a list of bugs in its manual tables without making serious
    >attempts to fix them in future releases. This can not now be done
    >because of the huge numbers of people who have worked on it over
    >the years, there are reams of software that depend on the bugs.
    >It is like a bad golfer aiming right to correct a slice,
    >rather than addressing the root problem.
    
    Yes. I worked under VMS on a machine with a hard drive that stopped 
    several times per day. When I fired it up, nobody lost his edit
    session. This is far beyond of reach of any UNIX.
    
    >2. It is not efficient. Ok, so loads of people are bound to argue
    >with this one. You'll say, as I have heard hundreds of times before
    >that you can solve any problem in ten different ways. This, in my
    >eyes is not efficiency, because it simply means that nine out of the
    >ten solutions are not as efficient as they could be.
    
    I agree.
    
    >3. Its utilities are not intuitive either, grep, as was quoted
    >in an earlier article as being a good unix utility, cost me a
    >weeks work last year, when it could not find simple strings in
    >a catenation (admittedly massive) series of files. As for tar,
    >well, the most hilarious thing is that people who use it daily
    >think it is quite good.
    
    Again yes.
    
    >4. One sees few books on comparative strengths and weaknesses
    >of say, MSDOS and VMS, but there are acres of unix books in
    >existence comparing unix to MSDOS. What does this say about
    >its power?
    
    Nothing, because neither MS-DOS nor Windows is an operating system.
    
    >5. It only supports one language, (really.)
    
    Today things look better (gcc+gnat). Although it cannot be compared 
    with VMS (LSE editor and debugger for all languages, sigh).
    
    >6. It is cheap, which is why it succeeded, and it is so simple
    >(requires so little support) that it will run on anything.
    >Though I wish it truly supported VMS's asynchronous system traps
    >in all their power, (and messaging, and command definition)
    >but it doesn't.
    
    Yes, but "requires little support"? Every day I must something
    configure. And these thousands of configuration files that migrate
    from one directory to another when a new OS version come ...
    
    >7. It is cheap, like a cheap whore, but I can cope with that,
    >and as an engineer, I find some of the things it does quite
    >clever, but I would rather work with an heavily engineered
    >operating system that has cost money to develop, and works,
    >than one which no matter how clever it is, and it is clever,
    >always leaves you with the feeling that the highly stressed
    >nature of its solutions are just about ready to crack.
    
    The main pain is that the question is not "Unix or VMS (or better
    a new modern OS)", but "Unix" or "MS-Windows (2000)". And it seems
    to me that "MS-Windows" will win!
    
    That will be the end of the world. (:-()
    
    Regards,
    Dmitry
    
    
    
    
    ^ permalink raw reply	[flat|nested] 475+ messages in thread
    * Re: Unix Haters
    @ 1996-04-02  0:00 Philippe Verdy
      0 siblings, 0 replies; 475+ messages in thread
    From: Philippe Verdy @ 1996-04-02  0:00 UTC (permalink / raw)
    
    
    [-- Warning: decoded text below may be mangled, UTF-8 assumed --]
    [-- Attachment #1: Type: text/plain, Size: 1082 bytes --]
    
    dewar@cs.nyu.edu (Robert Dewar) s'�crit :
    > Robert said:
    > 
    > "> Another chuckle. Typical Unix systems today require skads of memory,
    > > and typically you find Unix only on high end machines, while the 99%
    > > of lower end machines are running other OS's (System 7, DOS, WIndows)
    > "
    > 
    > For me, typical Unix systms = AIX, IRIX, Dec UNIX, HPUX etc. Lots of
    > people rushed to say that Linux could run on small systems. True
    > enough, but Linux is NOT a "typical Unix system"! 
    > 
    > It is also true that Unix once ran fine on 128K byte PDP 11's, but I
    > am talking of a typical commercial Unix implementation, including X
    > and Motif.
    > 
    You should include Sun (and compatible) Sparc stations in your
    list. Prices for them is not very expensive as compared to
    advanced configurations of PC (now some PC or Mac models are
    much more powerful with Pentium or PowerPC than many Unix
    stations sold only three years ago).
    
    And true commercial version of Unix for PC exist:
    you can use Sun Solaris 2.5 for Pentium or PowerPC
    and use the same software as for many Sun Sparc stations.
    
    
    
    
    ^ permalink raw reply	[flat|nested] 475+ messages in thread

    end of thread, other threads:[~1996-04-26  0:00 UTC | newest]
    
    Thread overview: 475+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <00001a73+00002504@msn.com>
         [not found] ` <313EDF38.61C1@lfwc.lockheed.com>
         [not found] ` <4etcmm$lpd@nova.dimensional.com>
    1996-02-19  0:00   ` C/C++ knocks the Robert I. Eachus
         [not found]   ` <BYERLY_J.96Feb7170158@srm9.motsat.sat.mot.com>
    1996-02-19  0:00     ` C/C++ knocks the crap out of Ada Ramses Youhana
         [not found]     ` <1996Feb10.111307.113714@kuhub.cc.ukans.edu>
    1996-02-21  0:00       ` AdaWorks
         [not found]   ` <4f4ptt$a1c@newsbf02.news.aol.com>
         [not found]     ` <4g1b7n$l5@mailhub.scitec.com.au>
         [not found]       ` <4g577o$28r@newsbf02.news.aol.com>
    1996-02-17  0:00         ` Ell
    1996-02-17  0:00       ` Robert Dewar
    1996-02-19  0:00       ` Adam Morris
    1996-02-19  0:00         ` Ian S. Nelson
         [not found]       ` <JSA.96Feb16135027@organon.com>
         [not found]         ` <313D4D00.875@ix.netcom.com>
    1996-02-19  0:00         ` Mike Stark
    1996-02-20  0:00           ` Ed Franks
    1996-02-21  0:00             ` Matthew M. Lih
    1996-02-22  0:00               ` Ted Dennison
    1996-02-25  0:00                 ` Thomas G. McWilliams
    1996-02-25  0:00                   ` vancleef
    1996-02-26  0:00                     ` Matthew M. Lih
    1996-02-25  0:00                   ` Robert Dewar
    1996-02-22  0:00             ` Bill Lee
    1996-02-25  0:00               ` Ed Franks
         [not found]         ` <4hf701INNdl7@keats.ugrad.cs.ubc.ca>
         [not found]           ` <4hm6lo$eln@fred.netinfo.com.au>
         [not found]             ` <4hml8s$a1q@solutions.solon.com>
    1996-03-15  0:00               ` Robert A Duff
    1996-03-15  0:00                 ` Kazimir Kylheku
         [not found]         ` <DnuGrG.JrE@news.thomson-lcr.fr>
         [not found]           ` <4hl082INNc7d@keats.ugrad.cs.ubc.ca>
    1996-03-15  0:00             ` AdaWorks
    1996-03-15  0:00               ` Kazimir Kylheku
    1996-03-18  0:00                 ` Matt Kennel
         [not found]         ` <adaworksDnrqsE.LpC@netcom.com>
         [not found]           ` <4hhred$1rn@sun152.spd.dsccc.com>
         [not found]             ` <4i19mg$vkt@azure.dstc.edu.au>
         [not found]               ` <4i4cf2$crm@sun152.spd.dsccc.com>
    1996-03-15  0:00                 ` AdaWorks
    1996-03-18  0:00                   ` Kevin Cline
    1996-03-19  0:00                     ` Kazimir Kylheku
    1996-03-20  0:00                       ` Kevin Cline
    1996-03-20  0:00                         ` Richard Pitre
    1996-03-21  0:00                         ` C/C++ knocks the crap out of Ada(Bindings) Scott Moody
    1996-03-21  0:00                         ` C/C++ knocks the crap out of Ada Kazimir Kylheku
    1996-03-20  0:00                     ` AdaWorks
    1996-03-22  0:00                       ` Kevin Cline
    1996-03-22  0:00                         ` David Weller
    1996-03-22  0:00                         ` AdaWorks
    1996-03-26  0:00                     ` Ed Falis
    1996-03-28  0:00                       ` Kevin Cline
    1996-04-04  0:00                       ` Jon S Anthony
    1996-03-26  0:00                     ` Jon S Anthony
    1996-03-26  0:00                       ` Robert Dewar
    1996-03-21  0:00                   ` Jon S Anthony
    1996-03-22  0:00                     ` Kevin Cline
    1996-03-21  0:00               ` Jon S Anthony
    1996-03-22  0:00                 ` Kevin Cline
    1996-03-30  0:00                   ` Jon S Anthony
    1996-04-01  0:00                     ` Kevin Cline
    1996-04-02  0:00                       ` Lawrence Kirby
    1996-04-02  0:00                         ` Tom Payne
    1996-04-02  0:00                         ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) David Emery
    1996-04-02  0:00                           ` The Right Reverend Colin James III
    1996-04-03  0:00                             ` Bill Clinton
    1996-04-04  0:00                               ` Forger Bubba Clinton defends David Emery of Grebyn Corp The Right Reverend Colin James III
    1996-04-04  0:00                                 ` Kazimir Kylheku
    1996-04-05  0:00                                   ` Kazimir Kylheku on exorcism The Right Reverend Colin James III
    1996-04-03  0:00                             ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) David Emery
    1996-04-03  0:00                               ` The Right Reverend Colin James III
    1996-04-04  0:00                                 ` Dan Pop
    1996-04-04  0:00                           ` Lawrence Kirby
    1996-04-05  0:00                             ` Robert Dewar
    1996-04-05  0:00                               ` Lawrence Kirby
    1996-04-05  0:00                                 ` Robert Dewar
    1996-04-06  0:00                                   ` Peter Seebach
    1996-04-06  0:00                                     ` Robert Dewar
    1996-04-16  0:00                                     ` Philip Brashear
    1996-04-16  0:00                                       ` Robert Dewar
    1996-04-19  0:00                                         ` Chuck Karish
    1996-04-05  0:00                               ` Peter Seebach
    1996-04-05  0:00                                 ` Robert Dewar
    1996-04-06  0:00                                   ` Lawrence Kirby
    1996-04-06  0:00                                     ` Robert Dewar
    1996-04-07  0:00                                       ` Lawrence Kirby
    1996-04-10  0:00                                         ` halvin
    1996-04-10  0:00                                           ` Peter Seebach
    1996-04-11  0:00                                           ` Dan Pop
    1996-04-12  0:00                                           ` Chuck Karish
    1996-04-12  0:00                                       ` Chuck Karish
    1996-04-12  0:00                                         ` Robert Dewar
    1996-04-13  0:00                                           ` Chuck Karish
    1996-04-13  0:00                                             ` Robert Dewar
    1996-04-13  0:00                                               ` Peter Seebach
    1996-04-13  0:00                                                 ` Robert Dewar
    1996-04-14  0:00                                                   ` Lawrence Kirby
    1996-04-15  0:00                                                   ` Chuck Karish
    1996-04-15  0:00                                               ` Chuck Karish
    1996-04-16  0:00                                                 ` Robert Dewar
    1996-04-16  0:00                                                   ` Chuck Karish
    1996-04-16  0:00                                                     ` Robert Dewar
    1996-04-12  0:00                                   ` Chuck Karish
    1996-04-11  0:00                                     ` Kazimir Kylheku
    1996-04-12  0:00                                       ` Chuck Karish
    1996-04-12  0:00                                         ` Kazimir Kylheku
    1996-04-12  0:00                                       ` Tom Griest
    1996-04-12  0:00                                         ` Robert Dewar
    1996-04-12  0:00                                     ` Robert Dewar
    1996-04-13  0:00                                       ` Chuck Karish
    1996-04-13  0:00                                         ` David Emery
    1996-04-22  0:00                                       ` Mike McCarty
    1996-04-22  0:00                                         ` David Emery
    1996-04-05  0:00                             ` David Emery
    1996-04-06  0:00                               ` Lawrence Kirby
    1996-04-06  0:00         ` Dan Pop
    1996-04-07  0:00           ` Robert Dewar
    1996-04-07  0:00             ` Peter Seebach
    1996-04-08  0:00               ` Robert Dewar
    1996-04-08  0:00                 ` Peter Seebach
    1996-04-08  0:00                   ` Fergus Henderson
    1996-04-08  0:00                     ` Peter Seebach
    1996-04-09  0:00                       ` Robert Dewar
    1996-04-09  0:00                       ` Fergus Henderson
    1996-04-09  0:00                         ` Kenneth Mays
    1996-04-10  0:00                           ` Fergus Henderson
    1996-04-10  0:00                         ` Tom Payne
    1996-04-09  0:00                       ` Fergus Henderson
    1996-04-09  0:00                         ` Robert Dewar
    1996-04-09  0:00                           ` Kazimir Kylheku
    1996-04-08  0:00                     ` Robert Dewar
    1996-04-08  0:00                       ` Kazimir Kylheku
    1996-04-09  0:00                         ` Robert Dewar
    1996-04-11  0:00                           ` Tom Wheeley
    1996-04-11  0:00                             ` Kazimir Kylheku
    1996-04-12  0:00                               ` Peter Seebach
    1996-04-13  0:00                               ` Tom Wheeley
    1996-04-09  0:00                       ` Peter Seebach
    1996-04-10  0:00                     ` Steve Summit
    1996-04-10  0:00                       ` Robert Dewar
    1996-04-14  0:00                         ` ANSI C and POSIX Steve Summit
    1996-04-08  0:00                   ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Robert Dewar
    1996-04-08  0:00                     ` Kazimir Kylheku
    1996-04-09  0:00                       ` Robert Dewar
    1996-04-09  0:00                         ` Kazimir Kylheku
    1996-04-09  0:00                         ` Lawrence Kirby
    1996-04-09  0:00                           ` Robert Dewar
    1996-04-09  0:00                             ` Kazimir Kylheku
    1996-04-10  0:00                               ` Robert Dewar
    1996-04-10  0:00                                 ` Kazimir Kylheku
    1996-04-10  0:00                             ` David Emery
    1996-04-10  0:00                         ` ANSI C and POSIX Laurent Guerby
    1996-04-09  0:00                     ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Peter Seebach
    1996-04-10  0:00                     ` John Marshall
    1996-04-10  0:00                       ` Robert Dewar
    1996-04-09  0:00                   ` Steve Tynor
    1996-04-09  0:00                     ` Kazimir Kylheku
    1996-04-10  0:00                     ` Chet
    1996-04-10  0:00                       ` Tom Watson
    1996-04-10  0:00                       ` Robert Dewar
    1996-04-10  0:00                       ` Peter Seebach
    1996-04-10  0:00                       ` Kazimir Kylheku
    1996-04-10  0:00                     ` Lawrence Kirby
    1996-04-12  0:00                       ` Dr S.J. Harris
    1996-04-12  0:00                         ` Peter Seebach
    1996-04-12  0:00                   ` Gareth Rees
    1996-04-08  0:00                 ` Lawrence Kirby
    1996-04-08  0:00                   ` Szu-Wen Huang
    1996-04-08  0:00                     ` James McIninch
    1996-04-08  0:00                       ` Robert Dewar
    1996-04-11  0:00                         ` Keith Thompson
    1996-04-19  0:00                         ` Bradd W. Szonye
    1996-04-08  0:00                       ` Fergus Henderson
    1996-04-08  0:00                         ` Robert Dewar
    1996-04-19  0:00                         ` Bradd W. Szonye
    1996-04-20  0:00                           ` Fergus Henderson
    1996-04-20  0:00                             ` Bradd W. Szonye
    1996-04-08  0:00                       ` Szu-Wen Huang
    1996-04-08  0:00                         ` Robert Dewar
    1996-04-19  0:00                           ` Bradd W. Szonye
    1996-04-08  0:00                   ` Robert Dewar
    1996-04-08  0:00                     ` Peter Seebach
    1996-04-09  0:00                       ` Robert Dewar
    1996-04-09  0:00                         ` Peter Seebach
    1996-04-09  0:00                         ` Kazimir Kylheku
    1996-04-08  0:00                     ` Kazimir Kylheku
    1996-04-09  0:00                       ` Robert Dewar
    1996-04-09  0:00                         ` Kazimir Kylheku
    1996-04-09  0:00                           ` Robert Dewar
    1996-04-09  0:00                             ` Kazimir Kylheku
    1996-04-10  0:00                               ` Robert Dewar
    1996-04-10  0:00                                 ` Kazimir Kylheku
    1996-04-10  0:00                                   ` Robert A Duff
    1996-04-19  0:00                                   ` Bradd W. Szonye
    1996-04-19  0:00                                     ` Robert Dewar
    1996-04-23  0:00                                       ` Bradd W. Szonye
    1996-04-10  0:00                         ` Mike Shannon
    1996-04-09  0:00                           ` Robert Dewar
    1996-04-09  0:00                             ` Peter Seebach
    1996-04-10  0:00                               ` Robert Dewar
    1996-04-09  0:00                           ` Robert Dewar
    1996-04-11  0:00                           ` Tom Wheeley
    1996-04-11  0:00                             ` Robert A Duff
    1996-04-12  0:00                               ` Tom Wheeley
    1996-04-12  0:00                                 ` Robert Dewar
    1996-04-13  0:00                                   ` Chuck Karish
    1996-04-13  0:00                                     ` Robert Dewar
    1996-04-19  0:00                                       ` Bradd W. Szonye
    1996-04-19  0:00                                         ` Robert Dewar
    1996-04-22  0:00                                           ` Peter Seebach
    1996-04-19  0:00                                         ` David Emery
    1996-04-23  0:00                                         ` Keith Thompson
    1996-04-13  0:00                               ` ANSI C and POSIX Laurent Guerby
    1996-04-15  0:00                                 ` Chuck Karish
    1996-04-16  0:00                                   ` Robert Dewar
    1996-04-16  0:00                                     ` Chuck Karish
    1996-04-16  0:00                                       ` David Emery
    1996-04-17  0:00                                         ` Chuck Karish
    1996-04-18  0:00                                           ` David Emery
    1996-04-16  0:00                                       ` Robert Dewar
    1996-04-17  0:00                                         ` Kazimir Kylheku
    1996-04-19  0:00                                           ` Bradd W. Szonye
    1996-04-19  0:00                                             ` Kazimir Kylheku
    1996-04-19  0:00                                             ` Peter Seebach
    1996-04-20  0:00                                               ` Bradd W. Szonye
    1996-04-26  0:00                                             ` Richard A. O'Keefe
    1996-04-17  0:00                                     ` Theodore E. Dennison
    1996-04-19  0:00                                     ` Bradd W. Szonye
    1996-04-21  0:00                                     ` Michael Feldman
    1996-04-17  0:00                                   ` Joanne Galindo
    1996-04-19  0:00                               ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Bradd W. Szonye
    1996-04-19  0:00                                 ` Robert Dewar
    1996-04-23  0:00                                   ` Bradd W. Szonye
    1996-04-19  0:00                                 ` Robert A Duff
    1996-04-20  0:00                                   ` Bradd W. Szonye
    1996-04-11  0:00                             ` Robert Dewar
    1996-04-09  0:00                     ` Robert I. Eachus
    1996-04-09  0:00                       ` Peter Seebach
    1996-04-09  0:00                       ` Kazimir Kylheku
    1996-04-25  0:00                       ` BLUE
    1996-04-10  0:00                 ` Matt Austern
    1996-04-10  0:00                   ` Robert Dewar
    1996-04-10  0:00                 ` Tom Payne
    1996-04-07  0:00             ` Lawrence Kirby
    1996-04-07  0:00               ` Robert Dewar
    1996-04-08  0:00                 ` Peter Seebach
    1996-04-08  0:00                   ` Robert Dewar
    1996-04-08  0:00                     ` Peter Seebach
    1996-04-08  0:00                       ` POSIX/Unix conformance (was: ANSI C and POSIX ...) David Emery
    1996-04-12  0:00                         ` Chuck Karish
    1996-04-13  0:00                           ` David Emery
    1996-04-09  0:00                     ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Dan Pop
    1996-04-09  0:00                       ` James McIninch
    1996-04-10  0:00                         ` Dan Pop
    1996-04-09  0:00                           ` Danette & Murray Root
    1996-04-11  0:00                         ` Tom Wheeley
    1996-04-10  0:00                       ` Trademarks (was: Re: ANSI C and POSIX) Norman H. Cohen
    1996-04-12  0:00                         ` Teresa Reiko
    1996-04-07  0:00             ` ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada) Dan Pop
    1996-04-07  0:00               ` Robert Dewar
         [not found]       ` <3124B2F3.6D21@escmail.orl.mmc.com>
    1996-02-19  0:00         ` C/C++ knocks the crap out of Ada Ramses Youhana
    1996-02-19  0:00           ` Ted Dennison
    1996-02-20  0:00   ` Jon S Anthony
    1996-02-20  0:00     ` Robert Dewar
    1996-02-22  0:00     ` Matt Kennel
    1996-02-20  0:00   ` Ken Garlington
    1996-02-21  0:00     ` Robert S. White
    1996-02-20  0:00   ` Ted Dennison
    1996-02-22  0:00     ` Robert Dewar
    1996-02-20  0:00   ` Jon S Anthony
    1996-02-20  0:00   ` Lee Graba
    1996-02-21  0:00     ` Mark A Biggar
    1996-02-20  0:00   ` Ketil Z Malde
    1996-02-21  0:00     ` Dirk Dickmanns
    1996-02-21  0:00       ` David Weller
    1996-02-21  0:00       ` 
    1996-02-22  0:00       ` Gene Ouye
    1996-02-21  0:00     ` Robert Dewar
    1996-02-25  0:00       ` Andrew Koenig
    1996-02-22  0:00     ` Gary McKee
    1996-02-22  0:00     ` Bill Lee
    1996-02-20  0:00   ` Jon S Anthony
         [not found]   ` <3114d8fb.5a455349@zesi.ruhr.de>
         [not found]     ` <4f5h5t$f13@vixen.cso.uiuc.edu>
         [not found]       ` <4g1bgf$l5@mailhub.scitec.com.au>
    1996-02-17  0:00         ` Tuishimi
         [not found]         ` <3124B43F.19E0@escmail.orl.mmc.com>
         [not found]           ` <4g2r2r$ded@stc06.ctd.ornl.gov>
    1996-02-17  0:00             ` C/C++ knocks the Robert Dewar
    1996-02-18  0:00               ` Ray Toal
    1996-02-18  0:00                 ` Robert Dewar
    1996-02-17  0:00             ` Robert Dewar
    1996-02-18  0:00             ` Tucker Taft
    1996-02-22  0:00               ` Matt Kennel
    1996-02-24  0:00                 ` Robert A Duff
    1996-02-22  0:00               ` Large Scale OO Development (was Re: C/C++ knocks the ....) Don Harrison
    1996-02-19  0:00             ` C/C++ knocks the Jon S Anthony
    1996-02-20  0:00               ` Ray Toal
    1996-02-20  0:00                 ` David Weller
    1996-02-21  0:00                 ` John DiCamillo
    1996-02-23  0:00                   ` Robert A Duff
    1996-02-23  0:00               ` Robert I. Eachus
    1996-02-24  0:00                 ` Robert A Duff
    1996-02-25  0:00                 ` Robert Dewar
    1996-02-17  0:00         ` C/C++ knocks the crap out of Ada Robert Dewar
         [not found]         ` <312515DF.7D3B@cmlj.demon.co.uk>
         [not found]           ` <4g3d70$nnn@queeg.apci.net>
    1996-02-17  0:00             ` Chris Littlejohns
    1996-02-18  0:00           ` ++           robin
    1996-02-17  0:00             ` Robert Dewar
    1996-02-19  0:00             ` Richard A. O'Keefe
    1996-02-20  0:00               ` Robert Dewar
    1996-02-22  0:00                 ` Richard A. O'Keefe
    1996-02-22  0:00                   ` Ken Garlington
    1996-02-22  0:00                     ` Ted Dennison
    1996-02-19  0:00           ` Pete Becker
    1996-02-20  0:00             ` Nasser Abbasi
    1996-02-20  0:00               ` Andrew Koenig
    1996-02-21  0:00                 ` Jay Martin
    1996-02-21  0:00                 ` Nasser Abbasi
    1996-02-25  0:00                   ` J Greene
    1996-02-26  0:00                     ` Peter Finney
         [not found]             ` <4 <dirk.824894312@demokrit>
    1996-02-21  0:00               ` Nasser Abbasi
    1996-02-26  0:00                 ` Matthew B. Kennel
    1996-02-27  0:00                   ` Robert Dewar
    1996-02-27  0:00                     ` ron thompson
    1996-02-22  0:00             ` Richard A. O'Keefe
    1996-02-22  0:00               ` Ramses Youhana
    1996-02-24  0:00               ` Ray Toal
    1996-02-24  0:00                 ` Robert Dewar
    1996-02-24  0:00                 ` JR Crosmer
    1996-02-27  0:00                   ` Richard A. O'Keefe
    1996-02-26  0:00                 ` James O'Connor
         [not found]             ` <4ggshe$7bk@go <4gh5r8$i2@mailhub.scitec.com.au>
    1996-02-22  0:00               ` Nasser Abbasi
    1996-02-22  0:00                 ` Robert Dewar
    1996-02-22  0:00                 ` design never happens? Gary McKee
    1996-02-23  0:00                 ` C/C++ knocks the crap out of Ada Richard A. O'Keefe
    1996-02-23  0:00             ` Tom Payne
         [not found]         ` <4g2vn3$rgi@dfw.dfw.net>
    1996-02-18  0:00           ` Robert Dewar
    1996-02-19  0:00             ` AdaWorks
    1996-02-23  0:00             ` Ghost In The Machine
    1996-02-24  0:00               ` Robert Dewar
    1996-02-25  0:00                 ` Ghost In The Machine
    1996-02-19  0:00           ` Ramses Youhana
    1996-02-19  0:00             ` Ian S. Nelson
    1996-02-21  0:00             ` Peter Seebach
    1996-02-19  0:00         ` Richard A. O'Keefe
    1996-02-21  0:00           ` Peter Seebach
    1996-02-21  0:00           ` Peter Seebach
    1996-02-21  0:00           ` Ramses Youhana
    1996-02-20  0:00     ` Ketil Z Malde
    1996-02-20  0:00     ` Matt Austern
    1996-02-23  0:00     ` Matthias Blume
    1996-02-25  0:00       ` Robert Dewar
         [not found]   ` <4gaa <4gd94r$isu@mack.rt66.com>
    1996-02-21  0:00     ` Nasser Abbasi
    1996-02-21  0:00       ` David Weller
    1996-02-21  0:00   ` Jon S Anthony
    1996-02-21  0:00   ` Ken Garlington
    1996-02-22  0:00   ` Ketil Z Malde
    1996-02-22  0:00   ` Jon S Anthony
    1996-02-22  0:00   ` C/C++ ... " Norman H. Cohen
    1996-02-23  0:00     ` Richard A. O'Keefe
    1996-02-26  0:00   ` C/C++ knocks the crap " Matt Austern
    1996-02-26  0:00   ` Matt Austern
    1996-03-15  0:00 ` Kazimir Kylheku
    1996-03-16  0:00   ` Jay Martin
    1996-03-17  0:00     ` Kazimir Kylheku
    1996-03-19  0:00     ` Sheldon White
    1996-03-20  0:00       ` Jay Martin
    1996-03-16  0:00 ` Jay Martin
    1996-03-20  0:00   ` David Taylor
         [not found] ` <Pine.A32.3.91.960313165249.124278B-100000@red.weeg.uiowa.edu>
         [not found]   ` <4i9ld6$m2v@rational.rational.com>
         [not found]     ` <4iah20$p7k@saba.info.ucla.edu>
    1996-03-15  0:00       ` Kazimir Kylheku
    1996-03-15  0:00         ` Jay Martin
    1996-03-15  0:00       ` Kazimir Kylheku
    1996-03-15  0:00       ` Ian Johnston (by ubsswop)
    1996-03-15  0:00       ` Peter Seebach
    1996-03-16  0:00       ` Zsoter Andras
    1996-03-19  0:00         ` Kazimir Kylheku
    1996-03-21  0:00         ` Glenn H. Porter
    1996-03-17  0:00       ` Unix Haters Alan Brain
    1996-03-22  0:00         ` moi
    1996-03-24  0:00           ` Tore Joergensen
    1996-03-24  0:00             ` Robert Dewar
    1996-03-26  0:00               ` Wallace E. Owen
    1996-03-26  0:00                 ` Tore Joergensen
    1996-03-26  0:00                 ` Robert Dewar
    1996-03-26  0:00                   ` Richard Pitre
    1996-03-27  0:00                     ` Robert I. Eachus
    1996-03-27  0:00                       ` Richard Pitre
    1996-03-28  0:00                   ` Kenneth Mays
    1996-03-26  0:00           ` Erik W. Anderson
    1996-03-26  0:00           ` Erik W. Anderson
    1996-04-01  0:00             ` Anthony Shih Hao Lee
    1996-03-26  0:00           ` Erik W. Anderson
    1996-03-27  0:00           ` Verne Arase
    1996-03-27  0:00             ` Robert Dewar
    1996-03-28  0:00               ` Gary Fiber
    1996-03-28  0:00               ` James McIninch
    1996-03-28  0:00                 ` Ian Ward
    1996-03-28  0:00                   ` Larry Weiss
    1996-04-01  0:00                   ` Laurence Barea
    1996-04-02  0:00                     ` Ian Ward
    1996-04-08  0:00                       ` Laurence Barea
    1996-04-09  0:00                         ` Ian Ward
    1996-03-28  0:00               ` Robert L. Spooner, AD3K
    1996-03-28  0:00                 ` Dan Pop
    1996-03-28  0:00                 ` Kazimir Kylheku
    1996-03-28  0:00               ` Robert Crawford
    1996-03-28  0:00               ` Jeff Dege
    1996-03-28  0:00                 ` Robert Dewar
    1996-03-29  0:00               ` Verne Arase
    1996-03-30  0:00               ` Thomas Koenig
    1996-03-30  0:00               ` fredex
    1996-03-31  0:00                 ` Robert Dewar
    1996-04-01  0:00                   ` Peter Seebach
    1996-04-01  0:00                     ` Robert Dewar
    1996-04-04  0:00                       ` Dan Pop
    1996-04-05  0:00                       ` Edwin Lim
    1996-04-06  0:00                       ` Wallace E. Owen
    1996-04-01  0:00                     ` Tom Payne
    1996-04-01  0:00                   ` Lawrence Kirby
    1996-04-10  0:00                     ` Steve Detoni
    1996-04-11  0:00                       ` Lawrence Kirby
    1996-04-01  0:00                   ` Dan Pop
         [not found]                   ` <4jok7f$1l2@solutions.s <4jp1rh$22l@galaxy.ucr.edu>
    1996-04-04  0:00                     ` sfms
    1996-03-31  0:00               ` Kengo Hashimoto
    1996-04-02  0:00                 ` Kazimir Kylheku
    1996-04-02  0:00                   ` The Amorphous Mass
    1996-04-02  0:00               ` Max Waterman
    1996-03-27  0:00             ` Richard Pitre
    1996-03-20  0:00       ` Ada Parsing Tools (was Re: C/C++ knocks the crap out of Ada) John Woodruff
    1996-03-20  0:00       ` Mike Young
    1996-03-21  0:00         ` Robert A Duff
    1996-03-22  0:00           ` 
    1996-03-22  0:00             ` 
    1996-03-21  0:00         ` Kazimir Kylheku
         [not found] ` <31442F19.6C13@lfwc.lockheed.com>
         [not found]   ` <4i26uhINNsd@keats.ugrad.cs.ubc.ca>
         [not found]     ` <31457584.2475@lfwc.lockheed.com>
         [not found]       ` <4i4s5f$igc@solutions.solon.com>
         [not found]         ` <3146E324.5C1E@lfwc.lockheed.com>
    1996-03-15  0:00           ` Logic (was " Peter Seebach
         [not found]           ` <4i98gg$8n1@solutions.solon.com>
    1996-03-15  0:00             ` Ken Garlington
         [not found]             ` <Do9tMv.2p3@world.std.com>
         [not found]               ` <4ia41k$e04@solutions.solon.com>
    1996-03-18  0:00                 ` C/C++ knocks the crap out of Ada Norman H. Cohen
    1996-03-21  0:00                   ` Gripe about Ada, rep specs that won't Doug Rogers
    1996-03-20  0:00                     ` Robert Dewar
    1996-03-21  0:00                       ` Doug Rogers
    1996-03-21  0:00                         ` Robert Dewar
    1996-03-22  0:00                           ` Ken Garlington
    1996-03-22  0:00                         ` Robert A Duff
    1996-03-21  0:00                           ` Robert Dewar
    1996-03-22  0:00                           ` Doug Rogers
    1996-03-22  0:00                             ` Robert Dewar
    1996-03-22  0:00                             ` Robert A Duff
    1996-03-22  0:00                               ` Robert Dewar
    1996-03-22  0:00                             ` Robert Dewar
    1996-03-23  0:00                               ` Robert A Duff
    1996-03-23  0:00                                 ` Robert Dewar
    1996-03-24  0:00                                   ` Robert A Duff
         [not found]                                     ` <dewar.827698571@schonberg>
    1996-03-25  0:00                                       ` Robert A Duff
    1996-03-25  0:00                                         ` Robert Dewar
    1996-03-26  0:00                                           ` Robert A Duff
    1996-03-26  0:00                                             ` Robert Dewar
    1996-03-26  0:00                                               ` Robert A Duff
    1996-03-26  0:00                                                 ` Robert Dewar
    1996-03-26  0:00                                                 ` Robert Dewar
    1996-03-26  0:00                                               ` Doug Rogers
    1996-03-26  0:00                                                 ` Robert Dewar
    1996-03-25  0:00                                 ` Doug Rogers
    1996-03-25  0:00                                   ` Robert Dewar
    1996-03-22  0:00                     ` Pascal OBRY
    1996-03-22  0:00                       ` Robert A Duff
    1996-03-22  0:00                         ` Robert Dewar
    1996-03-22  0:00                         ` Robert Dewar
    1996-03-22  0:00                     ` Laurent Guerby
    1996-03-22  0:00                       ` Robert Dewar
    1996-03-22  0:00                         ` Norman H. Cohen
    1996-03-22  0:00                           ` Robert Dewar
    1996-03-22  0:00                         ` Robert A Duff
    1996-03-25  0:00                     ` Norman H. Cohen
    1996-03-25  0:00                       ` Robert Dewar
    1996-03-25  0:00                       ` Robert A Duff
    1996-03-19  0:00                 ` C/C++ knocks the crap out of Ada Charles H. Sampson
    1996-03-19  0:00                   ` Peter Seebach
         [not found]           ` <Pine.A32.3.91.960313165249.124278B-100000@ <4ic92p$2fa@ubszh.fh.zh.ubs.com>
    1996-03-29  0:00             ` mich
    1996-03-21  0:00       ` Ron Collins
    1996-03-28  0:00   ` Unix Haters Dan Pop
    1996-03-30  0:00     ` Lawrence Kirby
         [not found]       ` <danpop.828240895@rscernix>
    1996-04-01  0:00         ` Robert Dewar
    1996-04-01  0:00           ` Mike Young
    1996-04-11  0:00             ` morphis
    1996-04-11  0:00               ` James McIninch
    1996-04-11  0:00                 ` morphis
    1996-04-12  0:00                 ` Teresa Reiko
    1996-04-01  0:00           ` Michael Feldman
    1996-04-01  0:00           ` Dan Pop
    1996-04-03  0:00             ` Michael Feldman
    1996-04-04  0:00               ` Dan Pop
    1996-04-02  0:00   ` Ralf Graf
    1996-03-26  0:00 Alain Graziani
    1996-03-27  0:00 ` Robert I. Eachus
    1996-03-29  0:00   ` Wallace E. Owen
      -- strict thread matches above, loose matches on Subject: below --
    1996-03-29  0:00 Dr.Dmitry A.Kazakov
    1996-04-02  0:00 Philippe Verdy
    

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