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

Fibonacci sequence!

Name: Anonymous 2007-09-25 10:58 ID:ScErbbWX

I'll start:

0

Name: Anonymous 2007-09-27 0:51 ID:61wzrA9l

((lambda (f n)
     (cond ((= n 0) 1)
           ((= n 1) 1)
           ((> n 1) (+ (f f (- n 1)) (f f (- n 2))))))
 (lambda (f n)
     (cond ((= n 0) 1)
           ((= n 1) 1)
           ((> n 1) (+ (f f (- n 1)) (f f (- n 2))))))
 >>187)

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