|
|
|
|
|
by llwu
1055 days ago
|
|
There is a niche use-case for the reverse order `(foo min map filter baz bar)`, which is, solving typed holes (you could refine the hole as like `_.foo()` although that wouldn't be interoperable with things like next token prediction). But that's more of a math thing than an everyday coding thing, where dot chaining usually reads nicer. Mixed is definitely the worst, like you said. |
|