Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

34 lines (18 loc) · 1.26 KB

Clojure Data Cookbook

Recipes for doing common data science tasks in Clojure.

Status: Alpha

Please bear with me as I work on through this project :D

The outline is available to get a sense of what will be included.

Goals

  1. Provide a book of recipes of common data science tasks in Clojure.
  2. Document scicloj community stack recommendations.

Rationale

"Clojure for Data Science in the Real World" by Kira McLean

Contributing

The most valuable contributions to this effort at the moment would be working on the libraries used for data science in Clojure. There are still many rough edges, and polishing them is what will make Clojure's data science ecoystem feel ready for professional use.

Pull requests welcome!

See the SciCloj contributing page

Development

To run this project locally, start a REPL with the :dev alias, then run (dev). You will see a brief message with further instructions.

License

This work is available under the CC BY-NC-ND 4.0 license. See the link or LICENSE file for details.