brandonbloom / fipp

Fast Idiomatic Pretty Printer for Clojure
525 stars 44 forks source link

Code cleanups #20

Closed brandonbloom closed 9 years ago

brandonbloom commented 9 years ago

1) Seems like fipp.edn can be defined in terms of fipp.clojure

2) After Clojure 1.7 release, move from reducers to transducers. Replace t/each with the new run! function.

Others?

brandonbloom commented 9 years ago

Number (2) is done on this branch: https://github.com/brandonbloom/fipp/tree/clj17

Investigating (1) ....

brandonbloom commented 9 years ago

Done on clj17 branch.