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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e17a4d5bc0d42b86 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-01 13:21:32 PST From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Ada and JVM? Why not AdaVM? Date: 01 Feb 2001 08:32:27 +0100 Organization: Enyo's not your organization Message-ID: <87g0hyames.fsf@deneb.enyo.de> References: <94vdt9$a2g1@news.cis.okstate.edu> <87ae8crrpw.fsf@deneb.enyo.de> <87ae89e95w.fsf@deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!news-fra.pop.de!schlund.de!rz.uni-karlsruhe.de!news.uni-ulm.de!news.belwue.de!LF.net!news.enyo.de!news1.enyo.de!not-for-mail Xref: supernews.google.com comp.lang.ada:4831 Date: 2001-02-01T08:32:27+01:00 List-Id: Ronald Cole writes: > Florian Weimer writes: > > The Python and Emacs VMs are quite widespread and platform independent > > (the Emacs VM has probably been ported to more platforms than the > > JVM). And both support loading arbitrary bytecode (AFAIK, Perl does > > not), so it's really possible to adapt an Ada compiler to this > > platform. > > Last time I checked, the emacs "vm" was a lisp interpreter. Emacs has both, a Lisp interpreter and a VM (or "bytecode interpreter"). Obviously, you would target the bytecode and not the Lisp interpreter. > Why would anyone want an Ada to emacs-lisp translator? Why would anyone want an Ada to Java translator? ;-)