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

Idea For PhD Thesis?

Name: Anonymous 2011-12-22 21:45

Im going to school for CS and need an idea for my doctoral thesis. Anyone got an idea?

Name: Anonymous 2011-12-23 1:17

Hi there. Here's an idea:

(defun recursive-listp (lst)
  (if (null lst)
      nil
      (dolist (obj lst)
    (if (listp obj)
        (progn
          (format t "~A is a list.~%" obj)
          (recursive-listp obj))))))

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