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-Thread: a07f3367d7,f3bebae566a54cab X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news3.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Some exciting new trends in concurrency and software design Date: Thu, 23 Jun 2011 13:07:55 +0200 Organization: Ada @ Home Message-ID: References: <8a5765ba-622a-42cd-9886-28ed7cfed31e@s17g2000yqs.googlegroups.com> <4dff5be5$0$6565$9b4e6d93@newsspool3.arcor-online.net> NNTP-Posting-Host: HfNAdMB88ZE8crK0iV2fMQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.11 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news1.google.com comp.lang.ada:20016 Date: 2011-06-23T13:07:55+02:00 List-Id: Le Thu, 23 Jun 2011 12:03:41 +0200, Nasser M. Abbasi a = =C3=A9crit: > This is true in principle, but sometimes in practice there > are other considerations. > > One language, even though it might not be as "good" as > another for use on the same problem, might happen > to have a much larger library, or much better supporting > tools (debugger, GUI builder, cross compiler, etc...) or > much better support, books, help, and such, and all these things > add up in making developing in it more "convenient" than the > other (better) language. Yes, but the intent was mainly to say the danger is to use only one for = = everything. I know the topic of choosing which is better for what, is le= ss = easily solved than suggested. > If it was just the language which decides, then everyone > should be using Ada, because we all know Ada is the best > language there is :) Sorry, I don't even believe that :p (not joking) I would prefer say: it is in many occasions a best choice (and better th= an = typical choice at least), but not always for everything. If you search a bit, you will come with examples yourself. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] Java: Write once, Never revisit