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:01

>>24

Sage has nothing to do with your own comment though. Sage means "this thread is so shitty it doesn't deserve a bump". Threads regularly get bumped and brought to the top of the page all the time. Saging prevents a thread from going back up, and makes it more difficult to add new posters to the discussion.

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