Fork me on GitHub
#babashka
<
2020-04-06
>
borkdude09:04:20

v0.0.80 released: fixes 2 issues with the nREPL server and adds the while macro.

👍 20
sogaiu12:04:56

fwiw, it worked fine with monroe again 🙂

borkdude18:04:36

Using this script to clear our application caches by connecting to our production REPL and it's hooked up to a button in CI:

Ian Fernandez21:04:23

hey guys, I can use a deps.edn for something like a project of babashka?

borkdude06:04:38

bb supports a source classpath. You can use any tool like the Clojure CLI to produce classpaths and feed them to babashka.

borkdude06:04:59

So deps.edn works for that as well