Re: Some expert comment please



Alex Mizrahi escreveu:
(message (Hello 'anders)
(you :wrote :on '(Mon, 30 Jul 2007 11:55:50 -0700))
(

a> and erase them, could make it on 1 line
a> with batch, but i like to use LISP.

a> Any comment ?

certainly this doesn't make big difference, but you can make it in one line in lisp too:

(mapcar #'delete-file (directory "*.tmp"))

Thanks you did it fast Alex otherwise we could get some froggy language showing us a 100% improvement LOC-wise :-P
.