A geeky interlude

Just wrote this in Lisp:

(defmacro dotimes-nested ((&rest vars) &body body)
  (if (null vars)
      `(progn ,@body)
      `(dotimes (,(caar vars) ,(cadar vars))
        (dotimes-nested ,(cdr vars)
          ,@body))))

I think I’m in love.

1 comment

1 Comment so far

  1. Dixon32VALERIA July 21st, 2010 3:23 pm

    Every one understands that modern life seems to be very expensive, nevertheless people need cash for various issues and not every person earns enough money. Thus to receive good loan or car loan should be good way out.

Leave a reply

hurry
Enter the word you see above.