anekos / kunekune

Flexible threading macro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Flexible threading macro

License:Eclipse Public License 1.0


Languages

Language:Clojure 98.5%Language:Makefile 1.5%