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,d46d23ef29cdbd30 X-Google-Attributes: gid103376,public From: mfb@mbunix.mitre.org (Michael F Brenner) Subject: Re: newbie question Date: 1999/03/19 Message-ID: <7ctjgf$arf@top.mitre.org>#1/1 X-Deja-AN: 456479387 References: <36F039F8.275E7145@hknet.com> <36F0A8F3.B0DD34C2@bigfoot.com> <36F128E6.FBA6245@hknet.com> Organization: MITRE Corporation, Bedford, MA Newsgroups: comp.lang.ada Date: 1999-03-19T00:00:00+00:00 List-Id: >> GNAT comes with generic sort routines. See g-busorg.ads for bubble-sort >> and g-hesorg.ads for heap-sort in your library directory. > thank you Yes, thank you. I did not know this. I guess I have to start looking at all the g- routines in Lib to see what is there. Already existing code can be a valuable addition to a compiler.