docs 2016-08-24

@wanderlustzoe has joined the channel

how does one add documentation to the beginning of a clojure namespace?

in scala, java, etc you have:

/**
*
*/
whats the equivalent in clojure?

(ns name.space
  “This is my multi-line
   docstring”
  (:require …

🌟 2