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.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 2 Jun 93 18:23:28 GMT From: emery@mitre-bedford.arpa (David Emery) Subject: Re: How to Make Ada more widely used? Message-ID: List-Id: Much of the stuff you're asking for, particularly dealing with directories, are not language issues, but operating system issues. That's why there are C and Ada (and FORTRAN) bindings to POSIX. The POSIX/Ada binding covers both command line arguments and access to directories, as well as a lot of other "unix-like" stuff. Look for some string handling packages from the Ada Technology Insertion Program later this year (coming attractions...). dave