Skip to content

Instantly share code, notes, and snippets.

@littleli
Last active September 10, 2018 11:43
Show Gist options
  • Save littleli/6498ceb90a99498e37dab15d75106824 to your computer and use it in GitHub Desktop.
Save littleli/6498ceb90a99498e37dab15d75106824 to your computer and use it in GitHub Desktop.
(fn [input]
(if (coll? input)
(= input (reverse input))
(= input (clojure.string/join "" (reverse input)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment