Alex Vong <alexvong1...@gmail.com> writes: > + (every (lambda (src) > + (begin (unpack src) > + (copy src))) > + '("data-generators-src" "java-classpath-src" > + "test-check-src" "test-generative-src" > + "tools-namespace-src" "tools-reader-src")))))
I missed another small detail: 'begin' in the body of 'lambda' is implicit. You don't need to add it explicitly. Looking forward to play with it. Regards, Fede