What's the benefit of Parrot VM for end-users?

一笑奈何 提交于 2019-12-01 20:46:25
GameZelda

Basically, the typical benefits of a VM (portability, runtime optimizations, etc.). From the main page:

Once a program has been compiled to run on a virtual machine, it will run on any platform that the VM has been implemented on.

Parrot is just different from typical VM in that it's designed to support any existing language, not just an specific language. So, when Parrot improves, every supported language does improve.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!