Liking cljdoc? Tell your friends :D
All platforms.

nedap.utils.reverse


r->clj/smacro

(r-> x & forms)

Like ->, but clauses are evaluated in reverse order: bottom-to-top. Apt for middleware, where expressed code will end up being executed in reverse order, which is unintuitive.

Like `->`, but clauses are evaluated in reverse order: bottom-to-top.
Apt for middleware, where expressed code will end up being executed in reverse order, which is unintuitive.
sourceraw docstring

rcompclj/smacro

(rcomp & fns)

Like comp, but in reverse order. With it, members of ->> chains can consistently be read left-to-right, top-to-bottom.

Like `comp`, but in reverse order.
With it, members of `->>` chains can consistently be read left-to-right, top-to-bottom.
sourceraw docstring

rcond->clj/smacro

(rcond-> expr & clauses)

Like cond->, but clauses are evaluated in reverse order: bottom-to-top. Apt for middleware, where expressed code will end up being executed in reverse order, which is unintuitive.

Like `cond->`, but clauses are evaluated in reverse order: bottom-to-top.
Apt for middleware, where expressed code will end up being executed in reverse order, which is unintuitive.
sourceraw docstring

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

× close