Skip to content

Instantly share code, notes, and snippets.

@kineticz
Created January 24, 2015 20:42
Show Gist options
  • Select an option

  • Save kineticz/d468b92628b65e734214 to your computer and use it in GitHub Desktop.

Select an option

Save kineticz/d468b92628b65e734214 to your computer and use it in GitHub Desktop.
Why is dorun necessary here?
(defn print-row [row]
(println (apply str (map :glyph row))))
(defn print-world [world]
(dorun (map print-row (:tiles world))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment