fork download
  1. (def countIf (comp size filter))
  2. (println (countIf #(> % 7) [3 89 1 34]))
Runtime error #stdin #stdout 0.81s 214656KB
stdin
Standard input is empty
stdout
Standard output is empty