This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-29
Channels
- # announcements (2)
- # babashka (18)
- # beginners (42)
- # calva (56)
- # chlorine-clover (35)
- # clara (9)
- # clj-http (1)
- # clj-kondo (19)
- # cljs-dev (8)
- # clojure (14)
- # clojure-europe (23)
- # clojure-france (7)
- # clojure-norway (6)
- # clojure-uk (3)
- # clojurescript (37)
- # community-development (3)
- # cursive (29)
- # datomic (3)
- # emacs (10)
- # events (2)
- # fulcro (77)
- # hyperfiddle (2)
- # introduce-yourself (4)
- # joker (1)
- # lsp (40)
- # malli (52)
- # meander (7)
- # missionary (16)
- # off-topic (3)
- # pedestal (1)
- # re-frame (5)
- # reitit (38)
- # releases (1)
- # shadow-cljs (4)
- # tools-build (18)
- # tools-deps (1)
- # xtdb (8)
babashka.process
Clojure wrapper for java.lang.ProcessBuilder
v0.1.0
• Resolve binaries on Windows using `fs/which`
• String with backslash is tokenized incorrectly https://github.com/babashka/process/issues/47
• Support `deref` with timeout https://github.com/babashka/process/issues/50 (https://github.com/SevereOverfl0w)
• Fix piping with `$` macro https://github.com/babashka/process/issues/52
See the full changelogs https://github.com/babashka/process/blob/master/CHANGELOG.md
babashka v0.7.0-v0.7.3: fast starting native Clojure scripting environment. Highlights: • compatibility with clojure.spec.alpha. Also see https://blog.michielborkent.nl/using-clojure-spec-alpha-with-babashka.html • Error message/output improvements • arm64 docker images • Load babashka tasks from other bb.edn file (--config and --deps-root options) See the full changelogs https://github.com/babashka/babashka/blob/master/CHANGELOG.md