Hacker News new | ask | show | jobs
by cgag 4713 days ago
Including Clojure for those who might not know:

    (defn cross [xs ys]
      (for [x xs, y ys]
        [x y]))