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

Lisp

Name: Anonymous 2011-08-19 10:47

(defun fib (n)
  (loop repeat n
     for x = 0 then y and y = 1 then (+ x y)
     finally (return y)))


Why do people think Lisp is functional again?

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