|
|
|
|
|
by LandR
2400 days ago
|
|
>> In every mainstream language I can think of `map foo myCollection` creates an intermediary map. Language support for Transducers can fix this, you can compose functions like map / filter / reduce over a collection and only hit each item once. |
|