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

65 Name: #!/usr/bin/anonymous : 2009-04-15 14:33 ID:8LZSGSWU

>>62

(reverse input)
(substitute #\a #\b input)
(defun f (n &optional (a 1))
(declare (optimize speed))
(if (<= n 1) a (f (1- n) (* a n))))

>>64

Code like that would make anyone afraid of lisp...

This thread has been closed. You cannot post in this thread any longer.