Oolong and Kawa

M

Maurice LING

Hi all,

I'm looking for an intermediate language for compiling X programming
languages (other scripting languages like php, perl, ruby etc etc) to
run on JVM. For this purpose, is Oolong (as described by Joshua Engel)
or Kawa recommended?

Thanks
Maurice
 
K

Karthik

Maurice said:
Hi all,

I'm looking for an intermediate language for compiling X programming
languages (other scripting languages like php, perl, ruby etc etc) to
run on JVM. For this purpose, is Oolong (as described by Joshua Engel)
or Kawa recommended?

Thanks
Maurice
JVM byitself takes an intermediate language ( which is called the
bytecode ) to run. So you ought to have a compiler that takes in X and
spits out bytecodes that you can run on the JVM.
 
M

Maurice LING

Yes I agree but it is usually too tough to compile any other language to
java bytecodes directly. Hence I'm evaluating Oolong and Kawa. So my
scheme will be

X --> Oolong or Kawa --> java bytecode

Thanks
Maurice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top