Liking cljdoc? Tell your friends :D

Funlines - function pipelines for Clojure

Funlines is a small function pipelining library for Clojure. It allows you to break apart imperative bundles of nested ifs into a sequence of functions to call, building up a context as you go.

Examples and more docs are forthcoming.

Install

{cjohansen/funlines {:mvn/version "2020.11.05"}}

Changelog

2020.11.05

Add ok->, ok->>, failure-> and failure->> macros.

2020.10.13

Off you go! First public release, extracted from various code-bases.

Can you improve this documentation?Edit on GitHub

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

× close