fork download
  1. (def count-if (comp count filter))
  2. (println (count-if #(> % 7) [3 89 1 34]))
Success #stdin #stdout 0.86s 214656KB
stdin
Standard input is empty
stdout
2