A portable implementation of the number 71 in Clojure and ClojureScript.
[com.gfredericks/seventy-one "0.1.3"]
As of release 0.1.1
seventy-one requires clojure 1.7, as its source
is packaged in the new .cljc
file format.
(require '[com.gfredericks.seventy-one :refer [seventy-one]])
(defn business-logic
[customer-count]
;; add 71 to customer-count
(+ customer-count seventy-one))
Codox docs are here.
Copyright © 2015 Gary Fredericks
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close