Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.type-support.date-time

A common set of date/time functions for CLJC. Libraries like tick are promising, and CLJC time is useful (and used by this ns), but cljc-time does not have an interface that is the same between the two languages, and tick is alpha (and often annoying).

A common set of date/time functions for CLJC.  Libraries like `tick` are promising, and CLJC time is useful
(and used by this ns), but cljc-time does not have an interface that is the same between the two languages,
and tick is alpha (and often annoying).
raw docstring

com.fulcrologic.rad.type-support.decimal

Support for CLJC arbitrary precision decimal numerics. CLJ support for BigDecimal works well, but it is not directly supported in CLJS. Use the support in this ns when you need to write CLJC code that works the same in both.

You MUST include big.js as a js dependency for this to compile in CLJS.

Support for CLJC arbitrary precision decimal numerics. CLJ support for BigDecimal works well, but it is not
directly supported in CLJS.  Use the support in this ns when you need to write CLJC code that works the same
in both.

You MUST include big.js as a js dependency for this to compile in CLJS.
raw docstring

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

× close