Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: YAP6: A p5 approach to p6

by ruoso (Curate)
on Dec 25, 2007 at 13:52 UTC ( [id://658959]=note: print w/replies, xml ) Need Help??


in reply to Re: YAP6: A p5 approach to p6
in thread YAP6: A p5 approach to p6

Aren't you in danger of just further dilluting the gene pool?

Certainly... but I really don't see it as a bad thing. Each one of the efforts that tries to bring Perl 6 to life gets it from a different perspective, and the experiences from each of this projects are creating a more powerfull knowledge of the Language and the runtime requirements for it.

Eventually all this projects will implement the full Perl 6 at the same time, even because most of the people working in this projects knows each other and do share experiences.

And finally, the idea of having alternative runtimes is interesting. Let me bring one considerable difference from Parrot to YAP6. Parrot implements trace gc and YAP6 implements refcount gc. Trace gc may be more efficient and more safe, but is not deterministic. Some applications may need a more deterministic approach to memory use versus processing time.

daniel

Replies are listed 'Best First'.
Re^3: YAP6: A p5 approach to p6
by chromatic (Archbishop) on Dec 25, 2007 at 20:42 UTC
    Parrot implements trace gc and YAP6 implements refcount gc. Trace gc may be more efficient and more safe, but is not deterministic.

    There are ways to add determinism to tracing GCs. Escape analysis is useful for this.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://658959]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-18 22:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found