Possible Duplicate:
Is Haskell a Lisp?
Many people who have worked on Lisp told me that Haskell is one of the dialects of Lisp. I searched on internet but could not find the proper answer. Can somebody explain regarding this?
Possible Duplicate:
Is Haskell a Lisp?
Many people who have worked on Lisp told me that Haskell is one of the dialects of Lisp. I searched on internet but could not find the proper answer. Can somebody explain regarding this?
They're playfully referring to rich metaprogramming and multi-paradigm capabilities of Lisp which allow using various programming styles, which may also lead to thinking of all other languages as merely particular cases of Lisp. Some implementations of Lisp family languages, like Racket implementation of Scheme, contain features also seen in Haskell, like static types, pattern matching or lazy evaluation.
And remember that
Whoever does not understand LISP, is doomed to reinvent it