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

Pages: 1-

[LISP] magick [CODE] [MACROS]

Name: Anonymous 2009-04-28 0:18

(defmacro f(x &optional y &rest z)[bb]([/b]if y `[/code]([/code,y ,x [b][code]([/b]f ,@z)) x))

Name: Anonymous 2009-04-28 0:21

(defmacro f(x &optional y &rest z)(if y `[/code]([/code],y ,x [b][code]([/b]f ,@z)) x))

Name: Anonymous 2009-04-28 0:22

fail

Name: Anonymous 2009-04-28 0:22

(defmacro f(x &optional y &rest z)(if y `(,y ,x [b][code]([/b]f ,@z)) x))

Name: Anonymous 2009-04-28 0:23

(defmacro f(x &optional y &rest z)(if y `(,y ,x(f ,@z)) x))

Name: Anonymous 2009-04-28 1:05


(defun f (lst)
  (labels ((rec (lst) (dolist (x lst) (if (consp x) (f x) (format t "~s " x)))))
    (format t "[~s]" (car lst))
    (rec (cdr lst))
    (format t "[/~s]" (car lst))))

Name: Anonymous 2009-04-28 6:36

LISPers can't [b][o]BBCODE[/o][/b].

Name: Anonymous 2009-04-28 7:09

>>7

Neither can you.

Name: Anonymous 2009-04-28 7:42

>>8

Neither can you.

Name: Anonymous 2009-04-28 8:10

>>1

Contrived.

2/10

Name: Anonymous 2009-04-28 8:29

>>9
NEITHER DID YOU.

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