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

Golang

Name: Anonymous 2011-12-22 19:52

How does /prague/ feel about Go?

Name: Anonymous 2011-12-23 1:19

I disagree. Look at this:

(defun list-index (obj lst)
  (if (null lst)
      nil
      (if (eql (car lst) obj)
      0
      (let ((z (list-index obj (cdr lst))))
        (and z (+ z 1))))))

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