Skip to content

Instantly share code, notes, and snippets.

@weavejester
Forked from JustinTulloss/gist:76199
Created March 10, 2009 09:50
Show Gist options
  • Save weavejester/76833 to your computer and use it in GitHub Desktop.
Save weavejester/76833 to your computer and use it in GitHub Desktop.
(defn twitter-status
[tweet]
[:p.tweet
[:div.tweet-text (tweet "text")]
[:div.tweet-user (get-in tweet ["user" "name"])]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment