This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-01
Channels
- # adventofcode (66)
- # announcements (12)
- # aws (8)
- # babashka (28)
- # beginners (160)
- # cider (28)
- # clara (22)
- # clj-kondo (5)
- # cljdoc (40)
- # clojure (129)
- # clojure-australia (2)
- # clojure-europe (24)
- # clojure-gamedev (19)
- # clojure-nl (5)
- # clojure-norway (15)
- # clojure-sanfrancisco (25)
- # clojure-seattle (2)
- # clojure-spec (13)
- # clojure-uk (29)
- # clojurescript (14)
- # cryogen (5)
- # cursive (7)
- # data-science (1)
- # datascript (5)
- # datomic (8)
- # deps-new (5)
- # emacs (19)
- # events (8)
- # fulcro (32)
- # graalvm (7)
- # helix (9)
- # kaocha (3)
- # lambdaisland (1)
- # london-clojurians (4)
- # malli (5)
- # meander (32)
- # off-topic (143)
- # pathom (4)
- # portal (32)
- # re-frame (7)
- # reagent (33)
- # reitit (2)
- # shadow-cljs (5)
- # spacemacs (4)
- # tools-deps (30)
- # vim (1)
Bumped https://github.com/kloimhardt/babashka-web (includes https://github.com/metosin/reitit routing) to version 0.2.4, so it is in line with latest master
.
The babashka survey results are out: https://surveymonkey.com/results/SM-8W8V36DZ7/ We got just over a 100 responses in ~3 weeks. Welcome to do your own analysis. I will publish a summary later on!
And small reminder: in about an hour the meetup on babashka internals will start: https://www.meetup.com/London-Clojurians/events/274014078/
Is there a link for live video?
Thank you @U04V15CAJ
This will be huge for babashka: https://twitter.com/marknca/status/1333816334304555009 :-)
Is there a link for live video?
Is there a way to steam the output of a babashka/process to the main out so that we can see the print of a shell command streaming and not only when it is finished.
@neo2551 Yes, use :out :inherit :err :inherit
or :inherit true
if you want to also redirect stdin
Thanks!
This is soooo cool :)
I am learning Kafka by using the command shells wrapped by Babashka :)
I wonder if one can output to the repl instead of inherit?
you can redirect out to anything that's compatible with http://clojure.java.io/copy
I tried with :out *out*
, however, when using --nrepl-server
the process does not print it in the repl. What am I missing?
ah, that's because nrepl re-binds out. what is your goal? you want to capture the ouput of the process? why not send it to System/out
?
From tonight's talk: Slides: https://speakerdeck.com/borkdude/babashka-and-sci-internals-at-london-clojurians-december-2020 REPL session: https://gist.github.com/borkdude/66a4d844668e12ae1a8277af10d6cc4b

The slides link doesn’t appear to be working. Great talk, btw, thanks for taking the time to do it!
@U04V15CAJ For this part: > A native image cannot load new classes at runtime Do you know if that is unlikely to change? Are they interested in trying to support it?