Translation to Java

Tomas Granath <tomgr@softlab.se>
23 Sep 1997 23:41:12 -0400

          From comp.compilers

Related articles
Translation to Java tomgr@softlab.se (Tomas Granath) (1997-09-23)
Re: Translation to Java schnette@tat.physik.uni-tuebingen.de (Erik Schnetter) (1997-09-24)
Re: Translation to Java jg.campbell@ulst.ac.uk (Jonathan G Campbell) (1997-09-24)
Re: Translation to Java tomgr@softlab.se (Tomas Granath) (1997-09-27)
Translation to Java derek@knosof.co.uk (1997-09-27)
Re: Translation to Java brangdon@cix.co.uk (1997-09-28)
| List of all articles for this month |

From: Tomas Granath <tomgr@softlab.se>
Newsgroups: comp.compilers
Date: 23 Sep 1997 23:41:12 -0400
Organization: SoftLab
Keywords: Java, translator

Hi,


I'm doing a MSc project about translation from other languages to
Java, and would like hear if someone has had a look at the problems
involved in this; e.g. expressiveness of Java vs other object
oriented languages an so on.


The resources handling this topic on the net, that I have found,
are the excellent white paper "Porting C++ to Java" at:


http://www.taligent.com/Technology/WhitePapers/PortingPaper/


And the two compilers C2J and C2J++ at


http://pacevm.dac.pace.edu/~ny971734/c2j.html (C2J)
http://members.aol.com/laffra/c2j.html (C2J++)


Neither of theses compilers seem to handle the more complicated
problems in the paper as operator overloading and pointer
arithmetic. Anyone who knows of a compiler which does?


/Tomas Granath
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.