This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-05
Channels
- # announcements (2)
- # babashka (9)
- # bangalore-clj (4)
- # beginners (20)
- # calva (5)
- # cider (1)
- # clara (2)
- # clojure (11)
- # clojure-italy (2)
- # clojure-spec (11)
- # clojure-uk (4)
- # clojurescript (34)
- # clojutre (7)
- # code-reviews (5)
- # cursive (3)
- # datascript (7)
- # fulcro (7)
- # graalvm (8)
- # jackdaw (1)
- # malli (1)
- # nrepl (4)
- # off-topic (225)
- # reagent (23)
- # reitit (14)
- # remote-jobs (1)
- # ring-swagger (1)
- # shadow-cljs (19)
- # tools-deps (10)
dotimes, if-not and when-not are added to babashka master:
$ bb '(dotimes [i 3] (when-not (odd? i) (prn i)))'
0
2
Killing it! This is turning into a fully scriptable Clojure and I'm really excited for that
Reminds me of the good old days when all these Ruby implementations were cropping up. It's good for the ecosystem.
@plexus There is documentation about this in sci, but it hasn't been updated in a while...
You can now also call the small clojure interpreter from JavaScript: https://www.npmjs.com/package/@borkdude/sci#usage-from-javascript