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

Garbage Collection

Name: Anonymous 2011-12-22 2:21

­

Name: Anonymous 2011-12-23 14:36

>>11
Your code is shit.

(defun dot-print (x)
  (when (plusp x)
    (format t ".")
    (dot-print (1- x))))


or even

(defun dot-print (x)
  (dotimes (i x)
    (format t ".")))

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