Liking cljdoc? Tell your friends :D

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.

Can you improve this documentation?Edit on GitHub

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

× close