“Functional programming” has a clear meaning, but does “functional language”?

后端 未结 10 2186
悲哀的现实
悲哀的现实 2021-02-01 16:12

I understand very clearly the difference between functional and imperative programming techniques. But there\'s a widespread tendency to talk of \"functional languages\

10条回答
  •  耶瑟儿~
    2021-02-01 16:21

    Haskell for one have different types for functions with side-effects and those without.

    That's a pretty good discriminating property for being a 100% functional language, at least IMHO.

提交回复
热议问题