Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. (define hash
  2. (lambda (c)
  3. (cond
  4. ((null? c) **600**)
  5. (else
  6. (reduce + (map (lambda (x) (**cv x**)) c) (* **12** (hash (cdr c))))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement