Parrot VM v1.3.0 Released
parrot.org
Parrot VM v1.3.0 Released
1–10 of 11 posts
Re: Parrot VM v1.3.0 Released
#2Re: Parrot VM v1.3.0 Released
#3I am waiting for the day when these guys say, "Okay, we're done. Now go write some Perl 6 and run it on our VM".
Re: Parrot VM v1.3.0 Released
#4Re: Parrot VM v1.3.0 Released
#5Can someone provide some examples of what Parrot is useful for? Maybe some everyday scenarios?
Re: Parrot VM v1.3.0 Released
#6Re: Parrot VM v1.3.0 Released
#7As I said at http://news.ycombinator.com/item?id=656493 , I don't see why the communities for other dynamic languages are still investing so much effort into building new VMs instead of collaborating on something like this.
For example, V8 replaced the regular expression engine that Webkit was using with one that was specially designed to work with Javascript's regex syntax. Maybe you can get similar performance with a generalized engine, but I'm no longer of the mind that one VM for all languages will be the end-all-be-all solution.
http://code.google.com/events/io/sessions/V8BuildingHighPerf...
Re: Parrot VM v1.3.0 Released
#8As I said at http://news.ycombinator.com/item?id=656493 , I don't see why the communities for other dynamic languages are still investing so much effort into building new VMs instead of collaborating on something like this.
I too, really like the idea of a single VM for many languages. Having just watched the Google IO video on V8, I'm starting to think there are some serious advantages to specialized engines. For example, V8 replaced the regular expression engine that Webkit was using with one that was specially designed to work with Javascript's regex syntax. Maybe you can get similar performance with a generalized engine, but I'm no…
In the big picture I don't know if something like that matters as much as sharing a lot of advanced VM techniques.
Re: Parrot VM v1.3.0 Released
#9Re: Parrot VM v1.3.0 Released
#10Earlier quoted context omitted.
I too, really like the idea of a single VM for many languages. Having just watched the Google IO video on V8, I'm starting to think there are some serious advantages to specialized engines. For example, V8 replaced the regular expression engine that Webkit was using with one that was specially designed to work with Javascript's regex syntax. Maybe you can get similar performance with a generalized engine, but I'm no…
This guy seems to agree with you: http://news.ycombinator.com/item?id=662553 ;) In the big picture I don't know if something like that matters as much as sharing a lot of advanced VM techniques.