Fork me on GitHub
#babashka
<
2019-10-05
>
borkdude10:10:07

dotimes, if-not and when-not are added to babashka master:

$ bb '(dotimes [i 3] (when-not (odd? i) (prn i)))'
0
2

plexus12:10:44

Killing it! This is turning into a fully scriptable Clojure and I'm really excited for that

plexus12:10:30

Reminds me of the good old days when all these Ruby implementations were cropping up. It's good for the ecosystem.

plexus12:10:35

Do you keep a list of how much of clojure.core you support?

borkdude14:10:08

@plexus There is documentation about this in sci, but it hasn't been updated in a while...

borkdude14:10:24

You can now also call the small clojure interpreter from JavaScript: https://www.npmjs.com/package/@borkdude/sci#usage-from-javascript

borkdude16:10:20

btw, I now updated the docs. they were fairly up to date (@plexus)