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,7e00123da234b3a4 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Garbage Collector Date: 1998/06/19 Message-ID: #1/1 X-Deja-AN: 364222849 References: <3589443E.6F692B88@earthling.net> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Newsgroups: comp.lang.ada Date: 1998-06-19T00:00:00+00:00 List-Id: Charles Hixson writes: > Do any of the Ada95 environments for Window95 provide garbage collected > storage? (sweep or reference counts?) Yes, AppletMagic and ObjectAda. Both compile to Java Virtual Machine byte codes (ObjectAda can also compile to native Intel code). The JVM provides garbage collection. > -- > Charles Hixson charleshixson@earthling.net > (510) 464-7733 or chixso@mtc.dst.ca.us