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.

Replies are listed 'Best First'.
Re^7: ** operator in perl
by Zen (Deacon) on Feb 05, 2009 at 19:32 UTC
    One example, significant whitespace.

      Name three general purpose programming languages without significant whitespace.

        For some reason my reply didn't post. There are many languages where whitespace is quite liberal and not taken to new heights of infamy like python, including C.

        perl
        xml
        awk