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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7ee10ec601726fbf X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-28 03:53:28 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: is Ada dying? Date: 28 Oct 2001 04:53:24 -0500 Organization: LJK Software Message-ID: References: <3BC264B4.EBB8238@worldnet.att.net> <3BDBC0DC.5080005@mail.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1004270006 13118 192.135.80.34 (28 Oct 2001 11:53:26 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 28 Oct 2001 11:53:26 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:15310 Date: 2001-10-28T04:53:24-05:00 List-Id: In article <3BDBC0DC.5080005@mail.com>, Hyman Rosen writes: > James Rogers wrote: > >> Yes. Let's all use a language with common constructs like the >> following: >> >> float (*(*f)())(); >> >> This is "simple" C syntax for a pointer to a function returning a >> pointer to a function returning a float. > > > I could go "nyah nyah" and point out that until Ada 95 came along, > Ada didn't have pointers to functions. And functions returning > pointers to functions aren't all that common, so you don't see too > many declarations like that in typical C or C++ code. If they aren't that common, it shouldn't have mattered that Ada83 did not have them. If they aren't that common, that should _increase_ the need for clarity.