This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-28
Channels
- # babashka (10)
- # beginners (140)
- # cider (6)
- # clj-kondo (10)
- # cljs-dev (39)
- # cljsrn (6)
- # clojars (1)
- # clojure (23)
- # clojure-europe (2)
- # clojure-spec (7)
- # clojure-uk (6)
- # clojurescript (1)
- # conjure (16)
- # cursive (3)
- # datomic (3)
- # emacs (6)
- # fulcro (13)
- # graalvm (3)
- # malli (8)
- # meander (4)
- # off-topic (43)
- # pathom (1)
- # pedestal (15)
- # re-frame (13)
- # reagent (3)
- # sci (25)
- # shadow-cljs (26)
- # sql (9)
- # testing (34)
- # tools-deps (80)
vim-iced has nrepl test integration, also for babashka: https://twitter.com/uochan/status/1277008153226309632
humdum, found out Termux/Android supports python, so awscli works even, wondering if Android build of babashka would be possible :)
there is some related work starting here: https://github.com/borkdude/babashka/issues/241#issuecomment-610688377
Added some real world examples of ProcessBuilder
usage here: https://book.babashka.org/#_real_world_examples
I believe I installed it in 19.04 (I assume) and am now on 20.04, so I have to assume it works on 18.04 as well. 🙂
https://gist.github.com/samedhi/7d3071e54f5a6768be4b7fae3cb951f9 Apologies if this is a bit spammy, but I just wanted to say how much I appreciate having a useful scripting language for things on the shell. It isn't the most clever script, but it is something I need in the small. I can't even begin to describe how much more complicated it would be to write this in BASH or whatever. I really appreciate bb
for letting me focus on things that I understand in Clojure rather than forcing me to re-hydrate my knowledge of Python and BASH.