DEV Community

Discussion on: Functional Programming is Fun!! (Part 1)

Collapse
 
saurabhgiv profile image
saurabh.v

Function composition is one of the advantages of functional programming where functions can be treated as first class citizens. Yeah application/execution order independence is what I will describe in next article of this series.

Thanks for the suggestions..