Liking cljdoc? Tell your friends :D

cljc-common

A Clojure library utility functions that can be called from either a Clojure or Clojurescript application.

Installation

Add the following dependency to your project.clj file:

[nicheware/cljc-common "1.0.0"]

Documentation

Usage

The functions within the cljc-common library are categorized by namespace as follows:

NamespaceDescription
coreFunctions that complement those in clojure.core, operating on the main clojure collections.
mathSimple mathematical functions and functions dealing with floats.
graphicsFunctions useful in graphics and drawing calculations.
graphics.colorFunctions for color calculations and color model conversions.
graphics.lineSimple line equation and point on line functions.
graphics.interpolateFunctions for performing interpolation between points and control points.
state.migrationFunctions for migrating Clojure maps, used to represent application state, between state versions.
versionFunctions dealing with references to assets/data and historic versions of assets/data.
configFunctions to support using edn files for global and environment specific configuration.

See the API Docs for complete descriptions of each namespace and each function.

Unit tests exist for every function in the library and can also be a useful source for usage examples.

See Also

License

Copyright © 2018 Nicheware Solutions Pty Ltd

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

Can you improve this documentation?Edit on GitHub

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

× close