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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fded8d14c74b14e5 X-Google-Attributes: gid103376,public From: "Charles D. Hixson" Subject: Re: Looking for Ada Technique Name and References Date: 2000/02/28 Message-ID: <38BA4C37.919935A8@earthlink.net>#1/1 X-Deja-AN: 590677414 Content-Transfer-Encoding: 7bit References: <88kegp$iso$1@coward.ks.cc.utah.edu> <88kh6q$j4j$1@coward.ks.cc.utah.edu> <88s90i$8mi$1@ns3.arlut.utexas.edu> <88svc0$nkj$1@coward.ks.cc.utah.edu> <38b32dca@eeyore.callnetuk.com> <38B33F23.4784@synquiry.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 951704369 209.179.250.15 (Sun, 27 Feb 2000 18:19:29 PST) Organization: Mandala Fluteworks MIME-Version: 1.0 NNTP-Posting-Date: Sun, 27 Feb 2000 18:19:29 PST Newsgroups: comp.lang.ada Date: 2000-02-28T00:00:00+00:00 List-Id: Jon S Anthony wrote: -- snip > Any language that directly supports higher order functions supports > such definitions (any functional language, e.g., Common Lisp or Scheme). > > -- snip > /Jon > > -- > Jon Anthony > Synquiry Technologies, Ltd. Belmont, MA 02478, 617.484.3383 > "Nightmares - Ha! The way my life's been going lately, > Who'd notice?" -- Londo Mollari Also some not-so-functional languages, like Python, have constructs that support this. And since C supports pointers to functions, I suppose that one could implement it in C. And speaking of pointers to functions, doesn't Ada95 ...