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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin2!goblin.stu.neva.ru!reality.xs3.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: ANN: Kickstarter for beginning work on a new open-source Compiler Date: Wed, 19 Mar 2014 17:22:40 -0500 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: <5151491a-14c3-4138-bcb5-f29108aeefb9@googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: loke.gir.dk 1395267761 15051 69.95.181.76 (19 Mar 2014 22:22:41 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 19 Mar 2014 22:22:41 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: number.nntp.dca.giganews.com comp.lang.ada:185206 Date: 2014-03-19T17:22:40-05:00 List-Id: "Alan Browne" wrote in message news:h4-dnfOe2fPtm7fOnZ2dnUVZ_rudnZ2d@giganews.com... ... > 3. Text. Nothing wrong with that. You can ridicule it all you like with > quotations, but it is the lowest common denominator. Strawmen arguments > like EOL and character sets is just distraction - such are easily > fixed/translated if not handled automatically. Plus *wrong* for Ada 2012 -- the language standard specifies a standard text format that all Ada compilers must support (see my other message). We even specified how line endings are interpreted in that text format, so there is not problem whatsoever with interpreting code in that format. Moreover, the vast majority of existing Ada source code is already in that format (code in 7-bit Ascii is encoded the same way in UTF-8), the line ending match the standard way that Windows and Linux represent text. Obviously, one can have problems with weird source representations, as those are allowed but not required. But all an IDE has to do to avoid them is to make it hard to save text in non-standard formats. Randy.