Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 712 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 712 Bytes

seventy-one

A portable implementation of the number 71 in Clojure and ClojureScript.

Obtention

[com.gfredericks/seventy-one "0.1.5"]

Compatibility notes

As of release 0.1.1 seventy-one requires clojure 1.7, as its source is packaged in the new .cljc file format.

Usage

(require '[com.gfredericks.seventy-one :refer [seventy-one]])

(defn business-logic
  [customer-count]
  ;; add 71 to customer-count
  (+ customer-count seventy-one))

Documentation

Codox docs are here.

License

Copyright © 2015 Gary Fredericks

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.