Liking cljdoc? Tell your friends :D

aloop

Clojure CI Clojars Project

Set of useful macros and functions.

This project consists of macros that I use in my other projects.

Code notations of this and any other my project:

SymbolMeaning
-foo>alias for set foo
<foo-alias for get foo
-fooprivate function
foo!state altering function
foo!!heavy state altering function
bar->bazdo action bar on baz, if baz is a collection - count index forward, i.e first element is 0, second is 1 and so on. Otherwise - count from back to front, i.e. last element is -1, second to last -2
bar->>bazdo action bar on baz, if baz is a collection - count index backwards, i.e last element is -1, second to last is -2 and so on. Otherwise - count forward, i.e. first element is 0, second - 1

Can you improve this documentation? These fine people already did:
Roman Makhlin & yokalona
Edit on GitHub

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

× close