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-Language: ENGLISH,ASCII X-Google-Thread: 103376,f3437064e1091fec X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-13 08:26:38 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Re: What evil would happen? Date: 13 Jul 2003 08:26:36 -0700 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0307130417.41548778@posting.google.com> References: <5ad0dd8a.0307111151.4a08f95a@posting.google.com> <1LEPa.9034$nP.7178@newsfep4-winn.server.ntli.net> <5ad0dd8a.0307120426.226775f1@posting.google.com> NNTP-Posting-Host: 212.160.20.107 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058109997 21231 127.0.0.1 (13 Jul 2003 15:26:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Jul 2003 15:26:37 GMT Xref: archiver1.google.com comp.lang.ada:40239 Date: 2003-07-13T15:26:37+00:00 List-Id: Preben Randhol wrote in message news:... > Well then functions with side effects should be more resonable "Functions" with side effects can only inject their side effect into where they have been hardcoded to. �This is a serious limitation. Generics won't help here either as stated in a sibling of this thread. > than to make procedures into functions. Sorry, the reasoning that everything that has return statement is a function is not very viable. Regards, Wojtek