Liking cljdoc? Tell your friends :D

Introduction

Provides a library of common functions that can be called from either a Clojure or Clojurescript application.

The functions 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.

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

Can you improve this documentation?Edit on GitHub

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

× close