I'm using OpenMCL on Darwin, and I'd like to do something like:
(loop for f in (directory "somedir")
collect (some-per-file-processing f))
But I can't get directory to return anything other than NIL, and I can't seem to find any good explanation online (other than "its different for each system").
Any pointers?