World Cup group stage: Difference between revisions

Content added Content deleted
Line 113: Line 113:
(single-tupel)
(single-tupel)
(sum))
(sum))
; five nested dotimes produces the tupels of the cartesian product of
; six nested dotimes produces the tupels of the cartesian product of
; five lists like '(0 1 2), but without to store all tuples in a list
; six lists like '(0 1 2), but without to store all tuples in a list
(dotimes (x0 3) (dotimes (x1 3) (dotimes (x2 3)
(dotimes (x0 3) (dotimes (x1 3) (dotimes (x2 3)
(dotimes (x3 3) (dotimes (x4 3) (dotimes (x5 3)
(dotimes (x3 3) (dotimes (x4 3) (dotimes (x5 3)