(&& f1 f2)combinator that calls f1, then f2 if f1 is truthy. mnemonic from shell &&
combinator that calls f1, then f2 if f1 is truthy. mnemonic from shell &&
(>f f)combinator that flips first two args to a function. like haskell flip
the > is meant as a mnemonic for this arg swapping: sort sorts ascending
by default but you can reverse the order with >
combinator that flips first two args to a function. like haskell flip the `>` is meant as a mnemonic for this arg swapping: `sort` sorts ascending by default but you can reverse the order with `>`
(|| f1 f2)combinator that calls f1 then f2. mnemonic from shell ||
combinator that calls f1 then f2. mnemonic from shell ||
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |