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-Thread: 103376,ab3fadb7cac7363c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder2.cambriumusenet.nl!feed.tweaknews.nl!192.87.166.28.MISMATCH!tudelft.nl!txtfeed1.tudelft.nl!feeder.erje.net!news.mixmin.net!news.tornevall.net!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: using `use' : what is the best practice ? Date: Wed, 08 Jun 2011 11:43:57 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <57e75a35-058c-4172-9a3d-e11e7c5f7697@l2g2000prg.googlegroups.com> <70bda46e-e016-42e8-a0bb-7003ec1488ec@r33g2000prh.googlegroups.com> <6355779b-dab3-4f78-a6f7-78f395426332@v8g2000yqb.googlegroups.com> NNTP-Posting-Host: 160ac42cff31cb10f061bd86369fcd43 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: acf766dc28a781bf79661a4e4bb91bfd X-Complaints-To: abuse@tornevall.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: <6355779b-dab3-4f78-a6f7-78f395426332@v8g2000yqb.googlegroups.com> X-UserIDNumber: 1738 X-Validate-Post: http://news.tornevall.net/validate.php?trace=acf766dc28a781bf79661a4e4bb91bfd X-Complaints-Italiano: Non abbiamo padronanza della lingua italiana - se mandate una email scrivete solo in Inglese, grazie X-Posting-User: 0243687135df8c4b260dd4a9a93c79bd Xref: g2news2.google.com comp.lang.ada:20675 Date: 2011-06-08T11:43:57-07:00 List-Id: On 06/08/2011 02:31 AM, milouz wrote: > > Yes, as I'm new to Ada, I still have a lot of things to learn / > understand. I'm a kernel developer, and my way to learn Ada is to > write some drivers and very low-level stuffs. That's why I need to > play with address arithmetic. More correctly, you *think* you need to play with address arithmetic. You may be right, but address arithmetic is needed extremely rarely in Ada. Ada has alternatives to most address arithmetic in C. However, this has nothing to do with use clauses. -- Jeff Carter "Apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, the fresh water system, and public health, what have the Romans ever done for us?" Monty Python's Life of Brian 80