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,29850945228df59 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-18 00:37:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Boehm-Demers-Weiser conservative garbage collector and GNAT Date: Wed, 18 Jun 2003 07:37:17 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <1316747.mXveBPtf0Z@linux1.krischik.com> <3EEF616C.1080204@noplace.com> <3EEF7FA4.1020500@noplace.com> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: tyfon.itea.ntnu.no 1055921837 8544 129.241.83.78 (18 Jun 2003 07:37:17 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 18 Jun 2003 07:37:17 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:39376 Date: 2003-06-18T07:37:17+00:00 List-Id: Marin David Condic wrote: > Standards are such a wonderful thing that everyone should have one of > their very own! :-) > > I have my own library of containers, utilities, math functions, TCP/IP > communications, etc. It creates a lot of leverage for development and, > because it gets used a lot, it is pretty darned reliable. Most > programmers have such a bag of tricks. I'd like to see Ada collect up > most of those tricks into one place and share the leverage with everyone. Something like the vim repository perhaps? => http://vim.sf.net/ -- �It's probably worth pointing out that C's pointer arithmetic is not only dangerous, and a significant source of errors, but it also makes programs run slower.� - James Kanze on comp.lang.ada,comp.lang.c++.moderated