Mar. 10th, 2010

mt review

Mar. 10th, 2010 05:40 pm
chu_totoro: (Code Geass-- buh)
(define (depth-tag lol)
     (define (help lol depth)
          (if (list? lol)
          (map (lambda (elt) (help elt (+ depth 1)))
               lol)
          (word depth lol)))
     (help lol 0))

I was not able to read "lists of lists" as anything other than "laugh out loud."

/headdesk

Profile

chu_totoro: (Default)
chu_totoro

October 2015

S M T W T F S
    123
45678 910
11121314151617
18192021222324
25262728293031

Page Summary

Style Credit

Page generated Sep. 16th, 2025 03:46 am
Powered by Dreamwidth Studios