Last updated 3 years ago
Was this helpful?
You can install the plugin and then use it to evaluate one liner bits of code with the -e flag.
-e
$ lein exec -e '(println "foo" (+ 20 30))' foo 50
lein-exec