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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fa2cc518ef3b992c X-Google-Attributes: gid103376,public From: Bryce Bardin Subject: Re: scripting/extension language for Ada (was : Re: tagged types extensions) Date: 2000/02/06 Message-ID: <389D0D3C.9D1F54C@home.com>#1/1 X-Deja-AN: 582169545 Content-Transfer-Encoding: 7bit References: <389207CC.C16D80E8@averstar.com> <38971028.BB16D8A2@earthlink.net> <3899F757.FAE131B3@free.fr> <389B5C01.D484CF2@raytheon.com> <389B8544.3AB9401A@Raytheon.com> <389BE992.C4745797@free.fr> <389D0413.8CA3BFB3@Raytheon.com> X-Accept-Language: en,en-GB,en-US,fr,fr-BE,fr-CA,fr-FR,fr-CH,de,de-AT,de-DE,de-CH,it,es,es-AR,es-CO,es-MX,es-ES Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@home.net X-Trace: news1.alsv1.occa.home.com 949816633 24.16.167.81 (Sat, 05 Feb 2000 21:57:13 PST) Organization: @Home Network MIME-Version: 1.0 NNTP-Posting-Date: Sat, 05 Feb 2000 21:57:13 PST Newsgroups: comp.lang.ada Date: 2000-02-06T00:00:00+00:00 List-Id: "Samuel T. Harris" wrote: > ... > > Taking a convenience lesson from the Rational R1000, when one > opened a command window (i.e. where one would enter operating > system commands) it the window initialized with a template > of a parameter-less Ada procedure with the most common > packages already withed. One simply enter the bits of > Ada code to fill in the procedure and away you went. > To this day I don't know how they compiled/linked/ran > such things so fast, but it was the fastest turn-around > I've ever seen. Given the now antiquated hardware Rational > used, I am still impressed with its performance as compared > to contemporary compilation/linking systems of today. > I believe the R1000 system used incremental compilation and dynamic linking. Unfortunately, it didn't scale well for large development.