lets make a thread about why functional composition is bad.
Name:
Anonymous2015-08-26 0:54
Functional programs contain too many levels of indentation. You end up needing 20 tabs of indentation because every function's args contains another function being called that has another function in its args.
Name:
Anonymous2015-08-26 1:22
It's incredibly ineffective in strict languages and non-strict languages destroy the clarity that comes from functional composition.