From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.0 required=3.0 tests=BAYES_20,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a0c:ed4f:: with SMTP id v15mr535680qvq.55.1613725645666; Fri, 19 Feb 2021 01:07:25 -0800 (PST) X-Received: by 2002:a5b:9d2:: with SMTP id y18mr12140980ybq.173.1613725645464; Fri, 19 Feb 2021 01:07:25 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Feb 2021 01:07:25 -0800 (PST) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=49.180.14.21; posting-account=KPv5RAoAAAA919_K16HMqFyEXEW2A4xw NNTP-Posting-Host: 49.180.14.21 References: <9ad30173-c56b-4889-b2be-6caab9fd9216n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7bbe866b-615f-4c62-befc-6ba4cfbf8b62n@googlegroups.com> Subject: Re: Version 1.0 Release of aShell From: Rod Kay Injection-Date: Fri, 19 Feb 2021 09:07:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:61383 List-Id: On Thursday, 18 February 2021 at 22:57:04 UTC+11, Jeffrey R. Carter wrote: > On 2/18/21 12:29 PM, Rod Kay wrote: > > > > Atm, the code uses Florist for 'POSIX' and one function from 'GNAT.OS_Lib'. > > > > Florist appears to be gnat-specific ... > What is the advantage over using the compiler-supplied libraries to do these things? > Ability to provide input data. Ability to provide input/output/error pipes. Ability to pipeline processes. Several convenience functions to simplify the above. Potential for increased portability.