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-Thread: 103376,21960280f1d61e84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Date: Sat, 27 Jan 2007 14:06:54 +0100 From: Gautier User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: How come Ada isn't more popular? References: <1169531612.200010.153120@38g2000cwa.googlegroups.com> <1169588206.234714.312650@k78g2000cwa.googlegroups.com> <1169624573.534128.172610@s48g2000cws.googlegroups.com> <4EBuh.15104$pQ3.9387@newsread4.news.pas.earthlink.net> In-Reply-To: <4EBuh.15104$pQ3.9387@newsread4.news.pas.earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 85.1.155.202 X-Original-NNTP-Posting-Host: 85.1.155.202 Message-ID: <45bb4e53$1_4@news.bluewin.ch> X-Trace: news.bluewin.ch 1169903187 85.1.155.202 (27 Jan 2007 14:06:27 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news2.google.com!news1.google.com!news4.google.com!news.glorb.com!solnet.ch!solnet.ch!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news2.google.com comp.lang.ada:8621 Date: 2007-01-27T14:06:54+01:00 List-Id: Charles D Hixson: > Ada is quite expressive, but it can be very clumsy when you want to > write a flexible routine. You can do it, and you can do it with much > greater safety, but it takes more work. > > Just, for instance, look at the Ada version of: > #include > void main() { print ("Hello", " ", "World!"); exit(0); } with Ada.Text_IO; procedure pied is begin Ada.Text_IO.Put("Hello" & " " & "World!"); end; Is it so clumsy ? ______________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!