This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-09-11
Channels
- # announcements (7)
- # aws (52)
- # babashka (16)
- # beginners (49)
- # bristol-clojurians (1)
- # calva (2)
- # chlorine-clover (26)
- # cider (6)
- # clara (1)
- # clj-kondo (79)
- # cljfx (15)
- # clojure (82)
- # clojure-berlin (2)
- # clojure-czech (1)
- # clojure-europe (26)
- # clojure-france (91)
- # clojure-germany (48)
- # clojure-nl (7)
- # clojure-norway (99)
- # clojure-uk (54)
- # clojurescript (18)
- # code-reviews (9)
- # data-science (2)
- # datalog (15)
- # datomic (15)
- # depstar (20)
- # emacs (4)
- # events (1)
- # fulcro (30)
- # funcool (1)
- # graphql (1)
- # helix (5)
- # jobs (6)
- # kaocha (12)
- # leiningen (8)
- # luminus (1)
- # malli (13)
- # off-topic (73)
- # pathom (12)
- # portal (11)
- # portland-or (1)
- # re-frame (10)
- # reagent (1)
- # reitit (44)
- # remote-jobs (1)
- # ring (19)
- # shadow-cljs (64)
- # tools-deps (32)
yeah I saw that as well I thought it would be cool to have something like this in bb but I think that would be a lot of work to make the signing of the requests work etc btw I played a bit with https://github.com/babashka/babashka.pods/blob/master/examples/pod-lispyclouds-sqlite/pod-lispyclouds-sqlite.py and it was super easy to make it work for some basic aws stuff instead 🙂 I decided not to go on as in my case it’s just simpler to do what I need in python directly
The Python approach is super easy. I'd also be interested to see the Go approach to pods, but I've got no experience with go.
maybe @rahul080327 also has ideas about this
so is it possible to make an babashka uberscript or babashka uberjar with babashka into a binary like deps.exe
?
with an uberscript you already get a shebang, so that should I think work as a standalone thing, but you still need to have babashka installed
There's a tool here which tries to automate compiling with GraalVM: https://github.com/MnRA/nativity
fair enough! This is my first exposure to graal although I've heard a ton about it