Quinn Dunkan <[EMAIL PROTECTED]> wrote :

> ... It is very natural to
> write in a somewhat functional style, especially in regards to
> sequence processing: higher order functions and listcomps provide the
> processing and its built in generators and iterator protocol provide
> some of the benefits of laziness.  Its elementary pattern matching
> encourages you to return as many values from a function as you need
> and use zip() (another haskell steal) to iterate over parallel
> sequences (all pattern matches are irrefutable, though).

I'm confused... Python has pattern matching ?

s.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to