I think I still don't understand this claim.
Does this mean
Java bytecode that comes out from javac will run on Parrot
and I won't need to install a separate JVM or .NET runtime for that matter ?
And all this on my mobile phone ?
Comment on Re^2: Parrot, the future of dynamic languages ?
Does this mean Java bytecode that comes out from javac will run on Parrot and I won't need to install a separate JVM or .NET runtime for that matter ?
Sure y not?
Java byte code can be converted to a PPFF(Parrot Pack File Format) which assures that java bytecode will and can be run on PVM(parrot virtual machine).
Thanks
Sasi Kumar