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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,470860aa3e635a7 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!o3g2000hsb.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: GNAT for MS Visual Studio Date: Mon, 08 Oct 2007 03:42:24 -0700 Organization: http://groups.google.com Message-ID: <1191840144.683169.155070@o3g2000hsb.googlegroups.com> References: <4xsl4zw3bp.fsf@hod.lan.m-e-leypold.de> <1191357491.860178.230380@22g2000hsm.googlegroups.com> <4702ADCC.7080209@obry.net> <1191439439.120567.172630@g4g2000hsf.googlegroups.com> <4703F02D.3030207@obry.net> <1191682021.844225.236870@g4g2000hsf.googlegroups.com> <4707A3D0.3070702@obry.net> <47088904.1090201@obry.net> <1191837141.7362.18.camel@kartoffel> NNTP-Posting-Host: 137.138.37.241 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1191840145 28927 127.0.0.1 (8 Oct 2007 10:42:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 8 Oct 2007 10:42:25 +0000 (UTC) In-Reply-To: <1191837141.7362.18.camel@kartoffel> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070724 Red Hat/1.5.0.12-0.3.slc3 Firefox/1.5.0.12,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: o3g2000hsb.googlegroups.com; posting-host=137.138.37.241; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 Xref: g2news2.google.com comp.lang.ada:2347 Date: 2007-10-08T03:42:24-07:00 List-Id: On 8 Pa , 11:52, Georg Bauhaus > Or even copy the container's elements Memory is cheap. :-) What if there is *not* enough memory? I have a data structure that takes 1GB and 100 tasks that read it. > What are typical use cases for containers? Do we have a > collection of use cases? A container of use cases will be needed to store them. ;-) BTW - Does it count as a use-case itself? > Are there others than the simulation Pascal has been mentioning? A dictionary? > More use cases will warrant writing I don't think this is a good approach - it's a chicken&egg problem. If there are no containers to do the job, then programmers will successfully do this job with other languages and they will never express their use cases here, so you will not find any justification for implementing them in Ada, thus scaring even more programmers off and so on. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com