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-7-bit X-Google-Thread: 103376,386228a37afe967f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-20 02:02:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!freenix!enst.fr!beeblebrox!nobody From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: Computer Language Shootout Date: Sun, 20 Jul 2003 10:44:27 +0200 Organization: Avian Carrier & Friends Message-ID: <87n0f9poyc.fsf@inf.enst.fr> References: <1ec946d1.0307150715.4ba69f85@posting.google.com> <3F149243.80304@attbi.com> <3F15930C.2070907@attbi.com> <87k7aeqfcf.fsf@inf.enst.fr> <3F19E1BB.5000908@attbi.com> NNTP-Posting-Host: willow.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: avanie.enst.fr 1058691721 14822 137.194.161.3 (20 Jul 2003 09:02:01 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Sun, 20 Jul 2003 09:02:01 +0000 (UTC) Mail-Copies-To: sam@rfc1149.net User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.5 (cauliflower, i386--freebsd) Cancel-Lock: sha1:lK8FBjZgvL2wUPtg95B315Fl9lQ= X-Leafnode-NNTP-Posting-Host: 127.0.0.1 Xref: archiver1.google.com comp.lang.ada:40517 Date: 2003-07-20T10:44:27+02:00 List-Id: >>>>> "Robert" == Robert I Eachus writes: Robert> A properly declared Get_Line function would make a reasonable Robert> addition to Ada.Text_IO. (And probably similar functions in Robert> the nested generics.) But the RM certainly wouldn't mandate Robert> any particular implementation. I don't think so. Also, you can bet that beginners will use such a convenient function without understanding the implications for the stack, and will soon be hit by a stack exhaustion. The RM does acknowledge that stacks exist through task-specific storage controlled by pragma Storage_Size applied to a task. Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam