|
|
|
|
|
by gongador
4724 days ago
|
|
> ... which of course has no equivalent in Clojure, Scheme, or really any other language I can think of. Python, for example:
def cross(xs, ys):
return [[x, y] for y in ys for x in xs] LOOP in disguise :) (at least to my (very possibly faulty) understanding.) |
|