Hacker News new | ask | show | jobs
by pka 3693 days ago
I have to disagree.

    f x . g
reads just so much easier than

    (comp (partial f x) g)