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

LISP: A dynamic car

Name: Anonymous 2012-01-30 20:27

I have a complex list of lists and want something to check the second element of every list of the list in the loop, any supported features like this?

Name: Anonymous 2012-02-13 20:44

the dynamic car keeps on truckin next stop, dub central

also can anyone here explain to me what defsetf does and the proper way to do it. I'm reading an Othello program and i see

(defun bref (board square) (aref board square))
  (defsetf bref (board square) (val)
  `(setf (aref ,board ,square) ,val))


and no matter how long i look at this or examine the function that's calling it i can't make out it's intended purpose

also the link to the othello program if you want to see the calls or whatever
http://norvig.com/paip/othello.lisp

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