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
It might be easier to describe functional programming by its fundamental characteristics first:
Of these, the most important characteristic is the notion of no side effects, as the other characteristics follow from that.
Functional programming is used in places you might not expect. It is used to run traffic lights and communications switches (Ericsson switches run Erlang), for example.