rm-hull / infix

A Clojure library for expressing LISP expressions as infix rather than prefix notation
https://www.destructuring-bind.org/infix/
MIT License
107 stars 12 forks source link

Re-org math and bit-shuffling namespaces #18

Closed rm-hull closed 8 years ago

rm-hull commented 8 years ago

infix.math -> infix.math.trig & infix.math.misc infix.bit-shuffling -> infix.math.bit-shuffling

rm-hull commented 8 years ago

Fixed in commit 6f15255