June 2009
8 posts
3 tags
4 tags
Machines have less problems. I’d like to be a machine.
– Andy Warhol
2 tags
the absurd A to Z →
I am turning this into a video blog to avoid having to open a twitter account.
3 tags
3 tags
2 tags
matter patching
sumList (x:xs) = x + (sumList xs)
sumList [] = 0