A look at Parrot 1.0
A look at Parrot 1.0
Posted Mar 26, 2009 13:40 UTC (Thu) by Frej (guest, #4165)Parent article: A look at Parrot 1.0
Remember to seperate the VM from the runtime when sharing between languages.
It's much easier to share the same VM, than runtime. A runtime always fits a particular style of programming and/or languge (JVM,.NET) better. (In this case OO).
But hasn't LLVM already partly delivered what parrot promised?
