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.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3ae40b42b99b8123,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: mockturtle Newsgroups: comp.lang.ada Subject: Ann: Little tutorial about streams Date: Mon, 28 Feb 2011 09:00:23 -0800 (PST) Organization: http://groups.google.com Message-ID: Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 158.110.27.77 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1298912424 9649 127.0.0.1 (28 Feb 2011 17:00:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 28 Feb 2011 17:00:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=158.110.27.77; posting-account=9fwclgkAAAD6oQ5usUYhee1l39geVY99 User-Agent: G2/1.0 Xref: g2news2.google.com comp.lang.ada:18612 Date: 2011-02-28T09:00:23-08:00 List-Id: Dear.all, remembering my initial difficulties with streams (I self-taught Ada, using = few tutorials and lots of experiments before landing to the RM), I decided = to write a page (my first one, so be patient :-) of the Wikibook with a lit= tle stream tutorial http://en.wikibooks.org/w/index.php?title=3DAda_Programming/Input_Output/St= ream_Tutorial As said in the page, the goal is to give to the reader an intuitive idea ab= out how streams work so, in order to not hide the forest with too many leav= es, some of the finest details have been omitted. A subpage of the above p= age has a fairly complex example that is not complete yet, but I plan to co= mplete it soon.=20 The page is not linked yet with the book body. I was thinking to add a lin= k to it in the "Input Output" page as soon as the subpage with the example = is in a good state. Any feedback [especially positive one :-) :-) :-) :-)] is appreciated.