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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f51e93dacd9c7fca X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-18 09:53:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uunet!sea.uu.net!ash.uu.net!spool0900.news.uu.net!reader0900.news.uu.net!not-for-mail Message-ID: <3D0F65A8.3020608@mail.com> Date: Tue, 18 Jun 2002 12:54:00 -0400 From: Hyman Rosen User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: status of Ada STL? References: <3d0ce154_5@news.bluewin.ch> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Organization: KBC Financial Products Cache-Post-Path: master.nyc.kbcfp.com!unknown@mosquito.nyc.kbcfp.com X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) NNTP-Posting-Host: 204.253.250.10 X-Trace: 1024419192 reader0.ash.ops.us.uu.net 8214 204.253.250.10 Xref: archiver1.google.com comp.lang.ada:26266 Date: 2002-06-18T12:54:00-04:00 List-Id: Pascal Obry wrote: > Ok, but that is a compiler issue, I don't see why it > should not be possible and it is not a language issue. Of course it's a language issue. Programming languages, especially "3rd generation" ones like Ada, C, or C++, are means of instructing a computer what to do, in low-level and precise detail. When a language does not allow you to explicitly describe a certain behavior, but instead you must hope that the implementation can reason out what you actually wanted, that is a deficiency in the language.