pdelong42 / unfix

Infix and Postfix library for Clojure that was cut from the book.

Home Page:http://fogus.me/fun/unfix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unfix is a simple library providing infix and postfix notation in Clojure.

Usage:

(infix [1 + 2] * 3)
;=> 9

(postfix 3 2 1 + *)
;=> [9]

via. Leiningen:

[unfix "1.0"]

via Maven:

<dependency>
  <groupId>unfix</groupId>
  <artifactId>unfix</artifactId>
  <version>1.0</version>
</dependency>

More information can be found at the official unfix site

About

Infix and Postfix library for Clojure that was cut from the book.

http://fogus.me/fun/unfix


Languages

Language:CSS 60.7%Language:Clojure 20.6%Language:Ruby 18.7%