in reply to Re: How I can collect values out of complex tree structure that are located at chained keys matching a pattern? Without using a loop, that is.
in thread How I can collect values out of complex tree structure that are located at chained keys matching a pattern? Without using a loop, that is.

Of course map is for all intents and purposes just a loop, only it is written somewhat more compact than your more obvious for loop.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re^2: How I can collect values out of complex tree structure that are located at chained keys matching a pattern? Without using a loop, that is.
  • Select or Download Code

Replies are listed 'Best First'.