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?

Name: Anonymous 2011-08-19 16:24

>>13
LISP has been around for over half a century, and gets way more action than COBOL. I don't think it's as ``shit'' as you're making it out to be.

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