Hacker News new | ask | show | jobs
by dllthomas 816 days ago
IME, point free expressions are exceptionally clear when sufficiently simple, but get muddy fast. The inflection point is probably not too far from

    let rms = sqrt . sum . map (^^ 2)