in reply to Re: Parrot, the future of dynamic languages ?
in thread Parrot, the future of dynamic languages ?

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 ?

Replies are listed 'Best First'.
Re^3: Parrot, the future of dynamic languages ?
by sasikumar (Monk) on Dec 20, 2004 at 11:39 UTC
    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