Re: Parrot and Perl 6 Summary

2009-12-22 Thread Lithos
Please find: http://lith-ology.blogspot.com/2009/12/seven-days-between-parrot-and-camel_22.html Lithos

Re: [perl #71536] [BUG] Rakudo allows two multi variants with the exact same signature to be defined

2009-12-22 Thread Moritz Lenz
Carl MXXsak (via RT) wrote: > This be Rakudo 8dc189. > > $ perl6 -e 'multi sub f($a) {}; multi sub f($a) {}; f(42)' > Ambiguous dispatch to multi 'f'. Ambiguous candidates had signatures: > :(Any $a) > :(Any $a) > > The definition of two variants with equivalent signatures (i.e. > identical up to

Re: infinity literals - 'Inf' vs '+Inf'

2009-12-22 Thread Moritz Lenz
Darren Duncan wrote: > I was studying the synopsis today for how Perl 6 uses infinities, and among > the > 48 occurrences of "[|-|+]Inf" in the synopsis, I noticed that in some places > you > seemed to use "+Inf" to mean positive infinity and other places you just say > "Inf". > > So are th

Re: infinity literals - 'Inf' vs '+Inf'

2009-12-22 Thread Carl Mäsak
Darren (>): > I was studying the synopsis today for how Perl 6 uses infinities, and among > the 48 occurrences of "[|-|+]Inf" in the synopsis, I noticed that in some > places you seemed to use "+Inf" to mean positive infinity and other places > you just say "Inf". > > So are there just 2 canonical

infinity literals - 'Inf' vs '+Inf'

2009-12-22 Thread Darren Duncan
I was studying the synopsis today for how Perl 6 uses infinities, and among the 48 occurrences of "[|-|+]Inf" in the synopsis, I noticed that in some places you seemed to use "+Inf" to mean positive infinity and other places you just say "Inf". So are there just 2 canonical infinity values, "-I