What are your best examples on functions within functions programing. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are your best examples on functions within functions programing.

My strength programming language would be Python, Some Java, Can't go wrong with web development. With examples would you use password verification, without decorators or loops. IF someone has already asked this question. print Sorry Else print nevermind me and proceed with your examples :p

11th Jun 2018, 3:03 AM
Leonardo Monterey
Leonardo Monterey - avatar
3 Answers
+ 3
I had this task for internship to make a simple card game using functional programming. It's a bit too complicated to explain in detail, but there was this function to make a list of pairs from two lists. Because the lists needed to be equal, it also accepts supplier functions. If input lists were not equal, the function would call supplier functions to fill up smaller list with objects user wanted. I didn't get internship because I used Java.
11th Jun 2018, 4:12 AM
BlazingMagpie
BlazingMagpie - avatar
+ 2
No idea, probably F# or something.
11th Jun 2018, 4:51 AM
BlazingMagpie
BlazingMagpie - avatar
0
So which language they expected from you?
11th Jun 2018, 4:48 AM
Pulkit Kamboj
Pulkit Kamboj - avatar