|
|
|
|
|
by johnnyjeans
570 days ago
|
|
You could just use a for-statement, you know. I feel like there's a reactionary avoidance to iteration to the point that it doesn't really make sense. I feel like we've jumped out of the frying pan of the 90s' OOP craze, directly into the fire of doing the same cargo cult behavior with functional programming. Always avoid loops, always use higher-order functions. It just makes sense. If you are not provided with the shotgun spread of higher-order functions out of the box, be frustrated. I vaguely recall reactions to Haskell in the late 90s where vitriol was spewed over the lack of inheritance and classes. |
|