What’s the benefit of the Parrot Virtual Machine for end-users (software developers)?
For example, if I could program against Perl or Python directly why would I bother programming for them under Parrot?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically, the typical benefits of a VM (portability, runtime optimizations, etc.). From the main page:
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.