AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Composition - What if You Could Apply a Function on Every Elements of a List?
In programming, you can apply a function on every item in the slice without adding right for loop. You can also do things like zipping, which is using a function to determine the ordering of a final list given two or three or four or five or six or ten initial lists. There are a lot of other ways that we can sort of apply this very basic but powerful concept of a pure function just takes in an input or turns an output.