net.snca/kunekune

Flexible threading macro


License
EPL-1.0

Documentation

kunekune

Build Status codecov Clojars Project

A Clojure library designed to ... well, that part is up to you.

[net.snca/kunekune "0.1.6"]

Usage

($-> \"hal\"
     .getBytes
     (map inc $)
     (concat $ $)
     byte-array
     String.
     (str \"!\")
     .toUpperCase)
; IBMIBM!

License

Copyright © 2019 anekos

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.