Is Haskell a Lisp?

前端 未结 9 1469
梦毁少年i
梦毁少年i 2020-12-09 02:33

I\'ve been reading The Haskell Road to Logic, Maths and Programming by Doets and Eijck 2004. It seems to be a well respected book, but I was struck when it claims that Haske

9条回答
  •  死守一世寂寞
    2020-12-09 02:52

    I'd say that both are functional languages, which makes them belong to the same family. However, I wouldn't call Haskell a Lisp derivative (like Scheme).

提交回复
热议问题