Blog: 2024-09-16

From razwiki
Revision as of 10:51, 16 September 2024 by Razzi (talk | contribs) (Created page with "Trying to install sci https://github.com/babashka/sci?tab=readme-ov-file to use for a clojure-esque based editor ... oh yeah to get https://github.com/babashka/babashka?tab=readme-ov-file Anyways https://clojars.org/org.babashka/sci Gives [org.babashka/sci "0.8.43"] It'd be nice to have a way to "pip install" this kind of dependency. Though I must remember that this is a clojure dependency, not a babashka one etc (so it wouldn't work quite like this in my editor) S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Trying to install sci https://github.com/babashka/sci?tab=readme-ov-file to use for a clojure-esque based editor ... oh yeah to get https://github.com/babashka/babashka?tab=readme-ov-file

Anyways

https://clojars.org/org.babashka/sci

Gives

[org.babashka/sci "0.8.43"]

It'd be nice to have a way to "pip install" this kind of dependency. Though I must remember that this is a clojure dependency, not a babashka one etc (so it wouldn't work quite like this in my editor)

Still adding some clojure tooling is nice

Ok so here's how I start my clojure project

hack $ lein new empty install-babashka
WARNING: update-vals already refers to: #'clojure.core/update-vals in namespace: cider.nrepl.middleware.util.misc, being replaced by: #'cider.nrepl.middleware.util.misc/update-vals
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: cider.nrepl.middleware.util.misc, being replaced by: #'cider.nrepl.middleware.util.misc/update-keys
Retrieving empty/lein-template/1.1.0/lein-template-1.1.0.pom from clojars
Retrieving empty/lein-template/1.1.0/lein-template-1.1.0.jar from clojars
Generating empty project.
hack $ cd install-babashka/