Hi,
I wanted to do the same for my own language and wrote a library (still
working on it)
in C that allows to read/write Java bytecode
You can find out more at
http://sourceforge.net/projects/myfriend/
You could also check out the whole project
cvs -z3 -d

server::/cvsroot/myfriend co
myfriend/friend2java
"Jonathan Neve" <> wrote in message
news: om...
> Hi all!
>
> I'm wondering what would be involved in making a Delphi to bytecode
> compiler... Does anyone have any experience writing compilers, that
> could give me some advice?
>
> The reason I think this would be useful, is that it would broaden the
> scope of the Java platform, enabling many languages to be used (just
> like .NET). There are already several langages (e.g. Java, Jython,
> Groovy, and perhaps others), but it would be nice to have a language as
> close as possible to Delphi syntax that could likewise compile into
> bytecode. This would greatly facilitate converting projects from Delphi
> to Java.
>
> Any ideas?
>
> Thanks!
> Joanthan Neve.