Anyone have any idea why Google is not indexing the official Perl 6 documentation at perlcabal.org/syn? I checked the robots.txt and it looks fine:
http://www.perlcabal.org/robots.txt But the search box on http://www.perlcabal.org/syn/ returns nothing. Specifically, I was looking for the documentation on how subsets work as it looks like we can get declarative style constraint programming for free: subset Crosshair of Point where { $_.inside_of($target_zone) }; Is that valid syntax? See http://en.wikipedia.org/wiki/Constraint_programming for more info (I think we can do it in Perl 5 with tie, but tied variables are no fun) Cheers, Ovid -- Buy the book - http://www.oreilly.com/catalog/perlhks/ Personal blog - http://publius-ovidius.livejournal.com/ Tech blog - http://use.perl.org/~Ovid/journal/