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

ACL2

Name: Anonymous 2014-07-06 1:33

(defun replace-ints (x)

(cond ((endp x) nil)

((integerp (car x))
(cons 'I
(replace-ints (cdr x))))

(t
(cons (car x)
(replace-ints (cdr x))))))

Name: Anonymous 2014-07-06 13:02

>>19
So you think that "change all parentheses to square brackets and Clojure will become Obj-C" is a valid argument?

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