From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 1108a1,93fa00d728cc528e X-Google-Attributes: gid1108a1,public X-Google-Thread: 103376,93fa00d728cc528e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-30 23:35:44 PST Path: nntp.gmd.de!xlink.net!scsing.switch.ch!swidir.switch.ch!univ-lyon1.fr!jussieu.fr!math.ohio-state.edu!howland.reston.ans.net!swiss.ans.net!cmcl2!lab.ultra.nyu.edu!kenner From: kenner@lab.ultra.nyu.edu (Richard Kenner) Newsgroups: comp.lang.ada,comp.object Subject: Re: SOLVED! Decoupled Mutual Recursion Challenger Date: 29 Oct 1994 11:59:20 GMT Organization: New York University Ultracomputer Research Lab Message-ID: <38tdeo$bta@cmcl2.NYU.EDU> References: <1994Oct25.155420.27353@swlvx2.msd.ray.com> <38pulp$ovg@oahu.cs.ucla.edu> NNTP-Posting-Host: lab.ultra.nyu.edu Keywords: Ada9X, "withing" problem Xref: nntp.gmd.de comp.lang.ada:16321 comp.object:16822 Date: 1994-10-29T11:59:20+00:00 List-Id: In article bobduff@dsd.camb.inmet.com (Bob Duff) writes: >In article <38pulp$ovg@oahu.cs.ucla.edu>, >Jay Martin wrote: >> ...There currently not even one class >>being taught about Software Engineering at my university (not this year or >>last) Ada isn't even on our CS dept computer, C++ probably wouldn't be if >>it didn't automatically come with GCC. > >I've heard that the GNAT Ada compiler will also be distributed with gcc. No, that's unlikely due to its size. Similarly for GNU Fortran 77. In fact, it's likely that GNU C++ (g++) won't be distributed with GCC anymore starting with GCC 2.7.0. GNU Objective-C will probably always remain distributed with GCC because it's too small to be worth splitting off.