[HELP] Single questions & Help Thread [n00b] (66)

64 Name: #!/usr/bin/anonymous : 2009-04-05 06:35 ID:dv6wkleh

>>62

(reverse "abcab")
(loop for i across "abc" collect (if (char= #\a i) #\b i))
(defun f (x) (do ((f-iter (lambda (y z) (if (> y 1) (funcall z (progn (setf x (* x (1- y))) (1- y)) z))) f-iter)) (nil nil) (funcall f-iter x f-iter)))
This thread has been closed. You cannot post in this thread any longer.