I'm learning scheme, and I came upon this wonderful chunk of code:
(define is-even?
(lambda (n)
(if (= n 0) #t
(is-odd? (- n 1)))))(define is-odd?
(lambda (n)
(if (= n 0) #f
(is-even? (- n 1)))))
Tuesday, April 17, 2007
Thursday, April 12, 2007
Wednesday, April 11, 2007
I was always one for being alone,
Seeking in my own way, eternal purpose;
At the edge of the field waiting for the pure moment;
Standing, silent, on sandy beaches or walking along green embankments;
Knowing the sinuousness of small waters:
As a chip or shell, floating lazily with a slow current...
-Theodore Roethke
Tuesday, April 03, 2007
The Shapes of Leaves | |
by Arthur Sze | |
Ginkgo, cottonwood, pin oak, sweet gum, tulip tree: |
Subscribe to:
Posts (Atom)