http://www.perlmonks.org?node_id=741464


in reply to Re^5: ** operator in perl
in thread ** operator in perl

Perl 5 and 6 have less in common than Haskell and 6.

Let's see. Haskell is a pure, lazy, functional language with latent static typing. Perl 6 is an operator-oriented multiple-paradigm language with some laziness guarantees and optional manifest dynamic typing. Perl 5 is an operator-oriented multiple-paradigm language with syntactically-ignored manifest typing.

I really don't see the Haskell/Perl 6 similarities.