Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

fucking shivers

Name: Anonymous 2010-09-27 18:20

I was reading my daily SICP as I came across a snippet that gave me the fucking shivers:


(define (cons x y)
  (define (dispatch m)
    (cond ((= m 0) x)
          ((= m 1) y)
          (else (error "Argument not 0 or 1 -- CONS" m))))
  dispatch)

(define (car z) (z 0))

(define (cdr z) (z 1))


My life has changed.

Name: Anonymous 2010-09-27 18:23

You have to go into more detail.  How has your life changed?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List