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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.92.198 with SMTP id q189mr46345563ywb.8.1438257244966; Thu, 30 Jul 2015 04:54:04 -0700 (PDT) X-Received: by 10.140.97.55 with SMTP id l52mr661397qge.36.1438257244902; Thu, 30 Jul 2015 04:54:04 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!69no2793330qgl.1!news-out.google.com!4ni83174qgh.1!nntp.google.com!69no2793328qgl.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 Jul 2015 04:54:04 -0700 (PDT) In-Reply-To: <1438244829.17005.26.camel@obry.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.203.145.32; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 NNTP-Posting-Host: 81.203.145.32 References: <2df4698f-4c8e-457c-822d-209cb2f8ab5e@googlegroups.com> <014427b1-ff7a-4a69-82e6-0330af77ed96@googlegroups.com> <1438244829.17005.26.camel@obry.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Running a preprocessor from GPS? From: EGarrulo Injection-Date: Thu, 30 Jul 2015 11:54:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:194505 Date: 2015-07-30T04:54:04-07:00 List-Id: > This can be accomplished by libraries, an example is > GNAT.Formatted_String. But there is other implementations around. By the way, the implementation of GNAT.Formatted_String is cryptic. Isn't Ada code supposed to be readable? I must be missing something.