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-Thread: 103376,b3f07bd1ad77d438 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!138.195.8.3.MISMATCH!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: The state of functional programming Date: Mon, 2 Aug 2010 22:15:18 -0500 Organization: Jacob Sparre Andersen Message-ID: References: <2adc4d8d-210e-429c-8188-9b1e99c2718e@d17g2000yqb.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1280805321 13711 69.95.181.76 (3 Aug 2010 03:15:21 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Tue, 3 Aug 2010 03:15:21 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5843 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:12819 Date: 2010-08-02T22:15:18-05:00 List-Id: "(see below)" wrote in message news:C8762BCC.14B84F%yaldnif.w@blueyonder.co.uk... > On 28/07/2010 17:40, in article > g24nvegdi17t$.1azxwn1rwjixi$.dlg@40tude.net, > "Dmitry A. Kazakov" wrote: ... >> This claim was made for each and every programming paradigm. It need to >> be >> substantiated, and especially for FP, which does not look very promising >> at >> all. > > Indeed, it has been "promising", but not delivering, for a very long time. No kidding. FP was an "old" technique when I studied it as an undergraduate at the University of Wisconsin. In 1978. I think it appeals to those that are very mathematically inclined. But they tend to forget that there is a lot more to programming than just creating functions and stringing them together. (Not to say that there isn't value to some of the ideas, but only in a larger framework that deals with typing, problem mapping, and the like.) Randy.