View Problem

Process each file in a directory recursively

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

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