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!news4.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "(see below)" Newsgroups: comp.lang.ada Subject: Re: The state of functional programming Date: Wed, 28 Jul 2010 18:47:40 +0100 Message-ID: References: <2adc4d8d-210e-429c-8188-9b1e99c2718e@d17g2000yqb.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: individual.net RIcLqGwf1SLu4+BLqXiTrgKWipu7fM6oyTwl0XA7YzLTZibVG3 Cancel-Lock: sha1:dEcDEmc6UCpnu+vaVM9+twd5YJE= User-Agent: Microsoft-Entourage/12.23.0.091001 Thread-Topic: The state of functional programming Thread-Index: AcsufPkWFg4XVlzD/ESwa3ML4nlsjw== Xref: g2news1.google.com comp.lang.ada:12638 Date: 2010-07-28T18:47:40+01:00 List-Id: On 28/07/2010 17:40, in article g24nvegdi17t$.1azxwn1rwjixi$.dlg@40tude.net, "Dmitry A. Kazakov" wrote: >> "Q: What is functional programming? >> >> Functional programming languages express ideas at a higher level and >> allow users to focus on the challenge of problem solving instead of >> the process of writing code. > > 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. >> Functional programming includes concepts such as >> immutability to reduce dependencies between components, > > How is immutability to reduce dependence? An immutable argument must be > taken from somewhere. And immutable results does not even exist. He > probably meant side effects. ... And the > whole computing is about side effects. Programming is how side effects can > be engineered. Precisely. Except that it is about *effects*, just plain *effects*. The "side" is propagandistic scare-language added by the FP fundamentalists. (I originally spelled that "fundamnetalists" -- Freudian slip 8-). > FP is yet another attempt to make programming declarative. That won't > happen until last programmer dies. 8-) I was at a short talk given by one of the leading FP propagandists. He drew an S-curve depicting technological penetration against time, and admitted that FP was still at the bottom left, far from lift-off. After 50 years! (McCarthy's "Recursive functions of symbolic expressions and their computation by machine, Part I" was published in 1960. We still seem to be waiting for Part II: "real-world relevance".) -- Bill Findlay chez blueyonder.co.uk