Skip to content

Instantly share code, notes, and snippets.

@Mongey
Created May 7, 2014 05:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mongey/adbdd1519549ece3c313 to your computer and use it in GitHub Desktop.
Save Mongey/adbdd1519549ece3c313 to your computer and use it in GitHub Desktop.
(def comment-data [{:author "Pete Hunt" :text "This ia comment."}
{:author "Jordan Walke" :text "This is *another* coment"}])
(into-array
(map #(om/build comment (comment-data %))
(range (count comment-data))
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment