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,3ccb707f4c91a5f2 X-Google-Attributes: gid103376,public From: mg@dsd.camb.inmet.com (Mitch Gart) Subject: Re: Java vs Ada 95 (Was Re: Once again, Ada absent from DoD SBIR solicitation) Date: 1996/10/14 Message-ID: #1/1 X-Deja-AN: 189428539 sender: news@inmet.camb.inmet.com (USENET news) x-nntp-posting-host: dsd.camb.inmet.com references: organization: Intermetrics, Inc. newsgroups: comp.lang.ada Date: 1996-10-14T00:00:00+00:00 List-Id: : Jon asks : "Do any Java "the language" implementations exsit which do not target : the JVM? I don't know of any, but maybe there are? If not, this GC : argument is just irrelevant. If Java means JVM, and you want that : (for whatever reason) then using Ada in this context will also give : you GC simply because the Ada->J implementations have GC (by using the : JVM GC - just like the JTL impl does)" Java is also supposed to be usable for embedded systems. From what I know of the JVM it is implementatble in embedded systems with no major problems, except for GC. IMHO the Java community is in a bit of a bind because: - the language and its libraries are designed assuming that the runtime has GC - GC is difficult in embedded systems for many reasons In the next few months I will be very interested to see how this problem is addressed. - Mitch Gart