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 X-Received: by 10.13.242.70 with SMTP id b67mr28425754ywf.53.1436548691078; Fri, 10 Jul 2015 10:18:11 -0700 (PDT) X-Received: by 10.182.92.233 with SMTP id cp9mr171704obb.17.1436548691004; Fri, 10 Jul 2015 10:18:11 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!z61no142359qge.0!news-out.google.com!t2ni6485igk.0!nntp.google.com!qs7no3532737igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 10 Jul 2015 10:18:10 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2602:306:3784:5b10:5cd9:867b:597a:c5b9; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 2602:306:3784:5b10:5cd9:867b:597a:c5b9 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3e6fedb2-1750-498a-9929-1be524a26a64@googlegroups.com> Subject: Re: is it possible to add multi-line raw strings (HERE-DOCUMENT) support to Ada? From: David Botton Injection-Date: Fri, 10 Jul 2015 17:18:11 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.giganews.com comp.lang.ada:194052 Date: 2015-07-10T10:18:10-07:00 List-Id: > It is these kinds of practical features that make computer > Languages useful. For application development in our day and age, very practical. I truly wis= h I had that feature and also the ability to just specify a binary file as = being associated with a variable and at compile time it compiles in the bin= ary file as the data for that variable. There are ways to "fake it", AWS has a feature to compile in files for exam= ple. David Botton