View Problem

Process each file in a directory

ExpandDiskEdit
clojure
; (defn process-file [f] "process one file" body...)
(map process-file (.listFiles (File. ".")))

Submit a new solution for clojure
There are 16 other solutions in additional languages (cpp, csharp, erlang, fantom ...)