|
|
|
|
|
by bjaress
5157 days ago
|
|
It seems like everything I read about Closure gives me a reason to use it, but a slightly stronger reason not to. I'm happy to see a language putting this approach to collections into its core libraries and even combining it with ideas about parallel processing of data structures. On the other hand, the whole thing is written as if Rich Hickey had an awesome idea, wrote some awesome code, and is now sharing his awesomeness with us. It's kind of a lost opportunity to give credit to the people who gave him the ideas (and maybe the people who helped him write the code, if there were any) and it's kind of a turn-off. One good, prior write-up about reducing as a collections interface is: http://okmij.org/ftp/papers/LL3-collections-enumerators.txt |
|