Re: Where can I find a Perl 6 langauge reference?

2006-05-18 Thread Nicholas Perez
I didn't know about the pugs docs, that's really helpful. I would say the synopses are awesome. It is like reading one of those Programmers Notes ORA books but even more to the point. The only problem I see, is that the corner cases aren't explained very well, and that is very apparent when you wa

Re: Is_deeply and closure-driven coderefs

2006-05-30 Thread Nicholas Perez
On 5/30/06, Andrew Gianni <[EMAIL PROTECTED]> wrote: The trick is what does "equal" mean for code refs? If you want to test that the code refs are functionally equivalent, call them with various arguments and test the results. If you want to test that the code the code refs refer to is equivale