Liking cljdoc? Tell your friends :D

API

Tick provides the tick.core namespace, containing the functions that make up the library’s stable API.

When you are using tick in programs, it is a recommended idiom that you require tick's api under the t alias as follows:

(require '[tick.core :as t])
Try to restrict your use of tick to the tick.core namespace and tick.alpha.* namespaces. Functions in other namespaces, which may not be marked private, are not part of the official API and could change.

Can you improve this documentation? These fine people already did:
Henry Widd & Malcolm Sparks
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close