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!.POSTED!not-for-mail From: "G.B." Newsgroups: comp.lang.ada Subject: Re: A function that cannot be called? Date: Wed, 24 Oct 2018 09:35:03 +0200 Organization: A noiseless patient Spider Message-ID: References: <99f41210-6fe2-4b4d-90ad-21a0ab108f53@googlegroups.com> <39dec2d6-7da5-4421-bb50-e4effd5a1439@googlegroups.com> <104caa52-8e0b-4699-996e-74f382c31ba7@googlegroups.com> Reply-To: nonlegitur@notmyhomepage.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 24 Oct 2018 07:35:03 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="cc80cd62aafbeabd56622a2c6aba3df5"; logging-data="31917"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+eUh4vUUMolj9XLzsufVf+Xu54nnUacdk=" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:D/Lr1EoRUHFHRpe5oYJB7xy0E8E= In-Reply-To: Content-Language: de-DE Xref: reader02.eternal-september.org comp.lang.ada:54700 Date: 2018-10-24T09:35:03+02:00 List-Id: On 23.10.18 21:25, Dmitry A. Kazakov wrote: > On 2018-10-23 19:49, G.B. wrote: >> On 23.10.18 16:57, Dmitry A. Kazakov wrote: >>> On 2018-10-23 16:35, Jere wrote: >>> >>>> The difficulty with compile time comes from your requirements I think. >>>> In order for the function to exist, the compiler needs to have it >>>> actually be callable. >>> >>> In which sense a non-callable function may exist? What exactly is the meaning of "callable"? > >> "Callable" is probably meaningful in contexts involving types, > > Again, hat is "callable"? The original statement was referrring to the past and current Ada notion of "callable", I think.