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,ab1d177a5a26577d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,UTF8 From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: What's wrong with C++? Date: Sun, 09 Oct 2011 01:55:41 +0200 Organization: Ada @ Home Message-ID: References: <1ee1a434-4048-48f6-9f5e-d8126bebb808@r19g2000prm.googlegroups.com> NNTP-Posting-Host: u+mV4HTQyf+n5KiPCqn4ng.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.51 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!feed.ac-versailles.fr!news.ecp.fr!aioe.org!.POSTED!not-for-mail Xref: g2news1.google.com comp.lang.ada:21333 Date: 2011-10-09T01:55:41+02:00 List-Id: Le Sat, 08 Oct 2011 15:14:15 +0200, Peter C. Chapin a =C3=A9crit: > We also learned an important lesson about SPARK: keep it simple. > > Peter Although I enjoy the principle of SPARK, I had to drop the idea to use i= t = as something common, precisely due to the fact it is not easy to guess i= f = something is simple enough for SPARK or not. I get it running for some = very long time too, except this was with simple things to me. Designing = = proof which =E2=80=9Cshould=E2=80=9D be OK is one thing, mastering SPARK= enough is real = life, another (note: my intent is not to reprimand SPARK at all, it's to= o = much valuable, and there is no ready accessible alternatives). -- = =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