Skip to content

Instantly share code, notes, and snippets.

@devn
Created December 22, 2009 18:07
Show Gist options
  • Select an option

  • Save devn/261913 to your computer and use it in GitHub Desktop.

Select an option

Save devn/261913 to your computer and use it in GitHub Desktop.
(defn docs-index []
"Creates links to all of the docs located in public/docs/*"
(html (map #(link-to %)
(map #(str %) (file-seq
(java.io.File. "/Users/defn/git/cljex/src/public/docs"))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment