deps-try
deps-try copied to clipboard
Try out Clojure (libraries) via rebel-readline
```bash $ deps-try recipes:create --ns recipes.clojure.intro (ns recipes.clojure.intro "Title here" {:deps-try.recipe/deps ["replace/me" "0.1.2"]}) ;; step 1 (+ 1 2) ;; step 2 (/ 6 3) ``` Should be easy to...
```bash $ deps-try recipes:info deps-try/recipes name: ,,, dependencies: ,,, description: ,,, steps: 20 ``` Same info would be shown when doing `:recipe/info` on REPL.
I tried `deps-try amazonica "0.3.165"` which results in an error `Could not find path '***/amazonica'` I should have tried `deps-try amazonica/amazonica "0.3.165"` instead, and then things work as expected. This...
https://github.com/babashka/babashka/wiki/Self-contained-executable#uberjar
# problem This fails: ```clojure $ deps-try-dev io.github.yogthos/Selmer [Rebel readline] Type :repl/help for online help info user=> (require '[selmer.parser :as selmer]) Execution error (FileNotFoundException) at user/eval8200 (REPL:1). Could not locate...
Feedback from /r/clojure: > it'd be lovely to have a ready-to-use binary release instead of having to install bbin from a Homebrew (because that would be like third package manager...
All of the affordances of deps-try would be very welcome when I am using the shadow-cljs cljs-repl, for example.
Like https://martinheinz.dev/blog/94
Following should be accepted: $ deps-try -d/--debug Together with a logical (announced?) place to store the file.