babashka

https://github.com/babashka/babashka. Also see #sci, #nbb and #babashka-circleci-builds .
borkdude 2020-10-18T11:23:27.471200Z

2020-10-18T12:36:50.474300Z

A couple of questions on glam: i) could glam be made self-installable? i.e. use clojure -Sdeps with the glam package to install the glam binary ii) when using glam as a package manager outside the context of a shell, is there a way to get the path of just a single tool (either from cache or have it installed as a side effect)?

borkdude 2020-10-19T10:00:37.477100Z

@hugod I'm not sure if glam will stay compatible with babashka - I think the way forward is to use the dedicated binary or glam as a JVM lib. So for ii you would then install glam-bin rather than babashka.

borkdude 2020-10-19T10:00:59.477300Z

Could you make issues about this? I would be happy to support it.

👍 1
borkdude 2020-10-18T14:33:50.475Z

@hugod What context is ii - the JVM / bb?

borkdude 2020-10-18T14:43:20.475500Z

Can you give more info? I think i) is easy to support, we just have to add a package for glam itself

borkdude 2020-10-18T16:15:19.476100Z

API docs for babashka.process: https://github.com/babashka/process#api Will be part of 0.2.3

1