Explaining functional programming to object-oriented programmers and less technical people

后端 未结 12 1572
小蘑菇
小蘑菇 2021-01-30 23:09

What are some good examples that I can use to explain functional programming?

The audience would be people with little programming experience, or people who only have ob

12条回答
  •  甜味超标
    2021-01-30 23:52

    Why Functional Programming Matters by John Hughes has some good examples, but even better, it explains the why of functional programming languages, not just the how. You could do much worse than build a presentation based on that paper!

提交回复
热议问题