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,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-30 23:13:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!news2.e.nsc.no.POSTED!53ab2750!not-for-mail From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada References: <6a90b886.0305262344.1d558079@posting.google.com> <3ED4A94C.2020501@noplace.com> <3ed4c9a2@news.wineasy.se> <3ED4EB4E.6050108@cogeco.ca> <3ED63B23.5040308@cogeco.ca> <3ed7278b@news.wineasy.se> <3ED79241.2060908@cogeco.ca> <3ED7C484.7060706@cogeco.ca> Subject: Re: Ideas for Ada 200X (Ada.Sockets) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 130.67.226.245 X-Complaints-To: news-abuse@telenor.net NNTP-Posting-Date: Sat, 31 May 2003 08:13:10 MEST X-Trace: news2.ulv.nextra.no 1054361590 130.67.226.245 Date: Sat, 31 May 2003 08:12:49 +0200 Xref: archiver1.google.com comp.lang.ada:38176 Date: 2003-05-31T08:12:49+02:00 List-Id: "Warren W. Gay wrote: > I was very careful to not suggest a package hierarchy (no, not > even a name ;-) I'd be happy to suggest that a standard Ada library should include a hierarchy with simple as the topmost member for simple libraries. e.g. simple.socklib simple.fileio simple.console I suppose raw stuff would either go into the system hierarchy or one could add a new hierarchy. I assume that such a hierarchy would conain all the gory details. I would name such a hierarchy raw. Other parts of the library would use the information in the raw hierarchy and perhaps export a sanitized interface to the user. e.g. raw.ctypes raw.sockets raw.fileio greetings,