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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: "Alejandro R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: "functional" programming in Ada Date: Tue, 6 Mar 2018 16:27:44 +0100 Organization: A noiseless patient Spider Message-ID: References: <83978b21-9384-4b04-a16d-37ce06488800@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 6 Mar 2018 15:27:44 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="e9fdd27e595df73021fee87838b0b638"; logging-data="19279"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/HtCTcuHcD7yW+qGxjIGxp" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 In-Reply-To: Content-Language: en-US Cancel-Lock: sha1:rwYAzLv2vdIA8lNA1njvOE1dOBU= Xref: reader02.eternal-september.org comp.lang.ada:50848 Date: 2018-03-06T16:27:44+01:00 List-Id: On 06/03/18 15:36, Mehdi Saada wrote: >> From a compiler writer POV I may understand it for the same reasons we >> have the private part in the spec. > How come ? Why should the compiler handle those functions differently than normal functions whose body is forbidden to be anywhere else than in the package body ? > I suppose they simplify distribution of specs + object code with better inlining, but that's just a guess.