joker

Small Clojure interpreter, linter and formatter for quick scripting

brewmacoslinux
Try with needOr install directly
Source

About

Small Clojure interpreter, linter and formatter

Commands

joker

Examples

Lint a Clojure file for errors and style issues$ joker --lint myfile.clj
Format a Clojure file with proper indentation$ joker --format myfile.clj
Execute a Clojure script directly$ joker script.clj