What is functional programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is functional programming?

I try to search but dont undersrand and tell how to do it in python

1st Sep 2021, 10:33 PM
Spritzenkopf
Spritzenkopf - avatar
1 Answer
+ 4
functional is a type of programming where you make functions... of course, but you use these functions as building blocks for more and more complicated functions as a way of limiting lines of code. it works just fine, but it's usually harder to maintain larger programs.
1st Sep 2021, 10:36 PM
Slick
Slick - avatar