This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-08-09
Channels
- # announcements (16)
- # beginners (86)
- # calva (4)
- # cider (17)
- # circleci (1)
- # clj-kondo (4)
- # cljs-dev (12)
- # cljsrn (4)
- # clojure (82)
- # clojure-europe (2)
- # clojure-houston (4)
- # clojure-italy (5)
- # clojure-nl (7)
- # clojure-spec (49)
- # clojure-uk (19)
- # clojurescript (76)
- # core-async (7)
- # cursive (1)
- # data-science (4)
- # datomic (5)
- # figwheel (1)
- # fulcro (10)
- # graalvm (15)
- # jobs (1)
- # juxt (6)
- # kaocha (2)
- # leiningen (5)
- # random (2)
- # shadow-cljs (25)
- # sql (5)
- # tools-deps (113)
- # vim (3)
- # yada (14)
https://lambdaisland.com/blog/2019-08-09-fork-this-conference



babashka: a pure, fast and (severely!) limited version of Clojure in Clojure for shell scripting. https://github.com/borkdude/babashka


I don't know janet, but this is very very minimal, I just hacked it together in an hour or so
@U04V15CAJ Have you seen https://github.com/candid82/joker ? Just curious about the similarities / differences.
added a clarification of how this might be used: https://github.com/borkdude/babashka#rationale
Is this like an alternate to closh?
I added closh to the README now, thanks @U8WFYMFRU
I've just released the first version of Propel https://github.com/Olical/propel it helps you start Clojure and ClojureScript REPLs with a prepl attached. Including figwheel! It's got an easy to use CLI as well as a couple of functions you can call from your own main function. It's intended to be used in conjunction with tools such as Conjure https://github.com/Olical/conjure This example command will drop you into a node ClojureScript REPL with a prepl on a random port.
clj -Sdeps '{:deps {olical/propel {:mvn/version "1.0.0"}}}' -m propel.main -e node
