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

后端 未结 10 2056
悲哀的现实
悲哀的现实 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:36

    A language that makes it a lot harder to create functions with side effects than without side effects. The same counts for mutable/immutable data structures.

提交回复
热议问题