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

Rate my fibonacci program

Name: Anonymous 2013-08-27 8:08

(define (fib n)
  (((lambda (x) (x x))
    (lambda (fhelp)
      (lambda (remaining cpair)
        (if (zero? remaining)
          (cdr cpair)
          ((fhelp fhelp) (sub1 remaining) (cons (cdr cpair) (+ (car cpair) (cdr cpair))))))))
      n (cons 0 1)))

Name: Anonymous 2013-08-28 2:11

>>22
What are you talking about. The only thing it means is that the thread doesn't get bumped to the top of the list. It has nothing to do with that.

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