Python doesn't have a heavily-simplified syntax--it's about as simple as Perl (and a lot less simple than Lisp); the difference is that it's designed first and foremost to be consistent, easy to read, and easy to remember, even at the cost of occasionally being more verbose or rigid...
So inevitably Haskell will be a topic in the discussion about these approaches.In the following sections we will try to find the longer answer by studying some of the most distinguishing features of Haskell.Functions are First-classIn computer science, a programming language is said to have ...