practicalli / clojure-data-science

Techniques and tools for data science with Clojure
https://practical.li/clojure-data-science
Creative Commons Attribution Share Alike 4.0 International
4 stars 0 forks source link

Data Science on the Command Line #74

Open practicalli-johnny opened 3 years ago

practicalli-johnny commented 3 years ago

Using Clojure on the command line for data science tasks

Clojure CLI tools

Writing tools with Clojure and exposing them as callable functions using the clojure -X:alias command

Babashka

A Clojure scripting language as an alternative to bash, with many built in libraries

References