Related articles |
---|
[2 earlier articles] |
Re: How to translate a language that runs on JVM? holycall@paran.com (Seokwoo Choi) (2005-01-09) |
Re: How to translate a language that runs on JVM? vbdis@aol.com (2005-01-09) |
Re: How to translate a language that runs on JVM? news8573@paulcager.com (Paul Cager) (2005-01-09) |
Re: How to translate a language that runs on JVM? napi@cs.indiana.edu (2005-01-12) |
Re: How to translate a language that runs on JVM? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-01-12) |
Re: How to translate a language that runs on JVM? pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2005-01-12) |
Re: How to translate a language that runs on JVM? caseyh@istar.ca (Casey Hawthorne) (2005-01-14) |
From: | Casey Hawthorne <caseyh@istar.ca> |
Newsgroups: | comp.compilers |
Date: | 14 Jan 2005 00:40:25 -0500 |
Organization: | Shaw Residential Internet |
References: | 05-01-012 |
Keywords: | Java |
Posted-Date: | 14 Jan 2005 00:40:25 EST |
You amy want to look at Parrot which is/will be Perl's virtual
machine. They are also planning to make other languages run on
Parrot.
I don't know if Parrot will be -- faster/more flexible/easier to
develop for other hardware/OS -- than the JVM!
>http://www.wellho.net/solutions/perl-parrot-perl-s-new-virtual-machine.html
Translating a language directly to the JVM or Parrot (instead of an
intermediate language) will save time and space; as long as you do it
correctly.
--
Regards,
Casey
Return to the
comp.compilers page.
Search the
comp.compilers archives again.