Skip to content

Instantly share code, notes, and snippets.

@GregorStocks
GregorStocks / scary-people.clj
Last active August 21, 2016 14:12 — forked from j-po/scary-people.clj
Go `n` levels deep into the "Normal people scare me" shirt
(defn scary-people
"Go `n` levels deep into the 'Normal people scare me' shirt"
[n]
(loop [i n
ret "Normal people scare me"
quotes (if (odd? i) \" \')]
(if (zero? i)
ret
(recur (dec i)
(str "Normal people wearing " quotes ret quotes " shirts scare me")

Updog FAQ

  1. What's Updog?

Nm what's up with you? 2. Okay, so why should I care about Updog?

What's Updog?