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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 107f24,626a0a064b320310 X-Google-Attributes: gid107f24,public X-Google-Thread: 1164ba,626a0a064b320310 X-Google-Attributes: gid1164ba,public X-Google-Thread: 10259a,626a0a064b320310 X-Google-Attributes: gid10259a,public X-Google-Thread: f4fd2,626a0a064b320310 X-Google-Attributes: gidf4fd2,public X-Google-Thread: 103d24,626a0a064b320310 X-Google-Attributes: gid103d24,public X-Google-Thread: 114809,626a0a064b320310 X-Google-Attributes: gid114809,public X-Google-Thread: 103376,ea8ea502d35ca2ce X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-17 10:56:02 PST From: "J�rgen Exner" Newsgroups: comp.lang.ada,comp.lang.lisp,comp.lang.smalltalk,comp.lang.basic,comp.lang.functional,comp.lang.scheme,comp.lang.perl References: <9cukad$nn68@news-dxb> <9d6b6e$1bt$1@nh.pace.co.uk> <87snihxiwc.fsf@frown.here> <9dbi83$sji$1@nh.pace.co.uk> <87heyu7cqd.fsf@frown.here> <9dc20p$hh15e$1@ID-37382.news.dfncis.de> <3B003CA2.D24D083C@research.bell-labs.com> <3b02a7d0$1@news.microsoft.com> <3B02E7E3.D3640D53@research.bell-labs.com> <07a6gt8v3c5vd229vqn7gpg5e4fmlq19r5@4ax.com> <3B03D88B.E878B018@research.bell-labs.com> Subject: Re: Beginner's Language? Date: Thu, 17 May 2001 10:54:29 -0700 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 NNTP-Posting-Host: jue1.redmond.corp.microsoft.com X-Original-NNTP-Posting-Host: jue1.redmond.corp.microsoft.com Message-ID: <3b041055$1@news.microsoft.com> X-Trace: 17 May 2001 10:54:29 -0700, jue1.redmond.corp.microsoft.com Path: archiver1.sj.google.com!newsfeed.google.com!sn-xit-02!supernews.com!easynews!sjc-peer.news.verio.net!sea-feed.news.verio.net!news.verio.net!news.microsoft.com Xref: archiver1.sj.google.com comp.lang.ada:7620 comp.lang.lisp:10241 comp.lang.smalltalk:9798 comp.lang.functional:5708 comp.lang.scheme:3888 comp.lang.perl:2805 Date: 2001-05-17T10:54:29-07:00 List-Id: "Matthias Blume" wrote in message news:3B03D88B.E878B018@research.bell-labs.com... > a@b.c wrote: [excellent explanation clipped] > ML functions and C functions are not the same concept. > Because: > ML functions are higher-order. > C functions are first-order. > > In other words, C functions are first-class for what they are, but this does not mean > that they are in some way equivalent to ML functions. Very nicely put. That's what I tried to say, but I couldn't phrase it right. jue