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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,21960280f1d61e84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news3.google.com!homer!news.glorb.com!news-spur1.glorb.com!news.glorb.com!proxad.net!cleanfeed3-a.proxad.net!nnrp15-2.free.fr!not-for-mail Return-Path: From: "Randy Brukardt" To: Subject: RE: How come Ada isn't more popular? Date: Fri, 9 Feb 2007 13:41:15 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Importance: Normal X-Trash-Finder: Limited filtering for message, local (outbound) source X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 09 Feb 2007 20:45:03 MET NNTP-Posting-Host: 88.191.14.223 X-Trace: 1171050303 news-3.free.fr 7786 88.191.14.223:46902 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:9211 Date: 2007-02-09T20:45:03+01:00 Maciej Sobczak writes: ... > I treat it as an idiom that allows me to finally achieve the goal, but > not as a direct support for the feature that would be most accurate. Fair enough, but then why are you here? Ada is all about providing building blocks that allow you to accomplish a purpose, rather than whiz-bang features that provide the entire purpose in a neat but inflexible package. There are many examples of that: tagged types, derivation, packages (which combine to make a "class"), Finalization via controlled types, (<>), protected types (which can be use to write a lock, but isn't a lock by itself), etc. Randy.