Hacker News new | ask | show | jobs
by 77544cec 2364 days ago
Vs:

    (filter (and| :admin? :mod?)
            people)
and:

    (filter (or| :admin? :mod?)
            people)
1 comments

I agree something like that, with a more concise naming strategy, would be ideal.