Let's see if you really allowed your Lisp(y) knowledge to fade away in midst of those C's and Java's.. Here goes,
If we have following array
Code:
(setf *possible-die-combinations* (make-array '(20 6) :initial-contents '((1 3 2 4 5 6) (1 2 4 5 3 6) (1 4 5 3 2 6) (1 5 3 2 4 6) (2 3 6 4 1 5) (2 6 4 1 3 5) (2 4 1 3 6 5)
Leave a comment: