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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: Haskell, anyone? Date: Tue, 17 Nov 2015 13:01:22 +0100 Organization: A noiseless patient Spider Message-ID: References: <14533506-4289-4148-b8c4-e970f5778b26@googlegroups.com> <87si45msuz.fsf@nightsong.com> <35d6dc4f-4f2e-4e75-925c-e4acc7c8f112@googlegroups.com> Reply-To: nonlegitur@futureapps.de Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 17 Nov 2015 11:59:03 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b96887e80893c84a90c3007226ca0d1c"; logging-data="14938"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18D9AbFLfgUJNp0qpyOjrTDME/6qmPtQko=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <35d6dc4f-4f2e-4e75-925c-e4acc7c8f112@googlegroups.com> Cancel-Lock: sha1:1DiWQnYAD7Bg5LJVra5JJs9QTzQ= Xref: news.eternal-september.org comp.lang.ada:28418 Date: 2015-11-17T13:01:22+01:00 List-Id: On 17.11.15 11:49, Hadrien Grasland wrote: > the horrors of recursion Recursion, I speculate, is one of the two things that a programmer new to FP style needs to learn, the other being combinatorial control of the evaluator's mechanics. It is like learning how to write assembly programming, with one difference: the "paper" is turned by 90° and FP is a little less explicit about instructing the machine.(*) (Is it a coincidence that (declarative) logics and the λ-calculi have lead to variations that have "combinatory" as part of their names?) __ (*) IIRC, using the core of Mozart/Oz, one builds functions from primitives, each of them being syntactically structured like an instruction to a three-address machine.