Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 337 Bytes

cascading-clojure

A Clojure library for Cascading.

Hacking

Get Leiningen 1.1.0.

$ lein deps
$ lein compile-java
$ lein compile
$ lein test

Note that if you edit either api.clj or testing.clj, you should lein compile before running again.