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

What the fuck is this??

Name: Anonymous 2007-09-29 3:42 ID:nQXSHaSg

(defun tak (x y z)
  (if (>= y x)
      z
      (tak (tak (- x 1) y z)
           (tak (- y 1) z x)
           (tak (- z 1) x y))))

Name: Anonymous 2007-09-29 6:30 ID:Heaven

>>1
Hmm, it seems like it's a clever way to return the median of three integers. That's pretty cool, I might have to make a note of this.

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