Related articles |
---|
How to translate a language that runs on JVM? jrefactors@hotmail.com (2005-01-03) |
Re: How to translate a language that runs on JVM? sgganesh@gmail.com (2005-01-09) |
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: | glen herrmannsfeldt <gah@ugcs.caltech.edu> |
Newsgroups: | comp.compilers |
Date: | 12 Jan 2005 22:55:44 -0500 |
Organization: | Compilers Central |
References: | 05-01-012 05-01-025 |
Keywords: | Java, translator |
Posted-Date: | 12 Jan 2005 22:55:44 EST |
Paul Cager wrote:
(snip)
> I would say it is generally better to translate to Java code and let a
> Java compiler translate that to Bytecode. Although Bytecode is fairly
> user-friendly, generating it still involves a lot of unrewarding
> tedium. Let the Java compiler do that for you, leaving you to
> concentrate on your own translator.
I agree, assuming the language allows it. There are some useful
things that you can do in JVM but not in Java.
I am told there is a COBOL compiler generating either Java or JVM, but
I don't know which. That might make an interesting comparison.
-- glen
Return to the
comp.compilers page.
Search the
comp.compilers archives again.