Fork me on GitHub
#babashka
<
2020-06-19
>
Ahmed Hassan02:06:29

Can we use https://github.com/igrishaev/etaoin as Pod or directly in Babashka?

borkdude08:06:17

if someone has time, this PR needs some review: https://github.com/borkdude/babashka/pull/489

borkdude11:06:37

nice, honeysql-postgres also seems to work with babashka: https://github.com/borkdude/babashka/issues/490#issuecomment-646576590

souenzzo12:06:05

try/catches across loops is a nice feature, that isn't present on clojure due impl/performance (loop in clojure compiles to while ) but it may break go-block too

borkdude12:06:56

@souenzzo loop compiles to while?

borkdude12:06:36

ah, java while. thanks!

borkdude12:06:01

this tool rocks btw, thanks for sharing it

👍 6
souenzzo12:06:18

Maybe sci can have a :clojure-limitations true flag to mimic clojure JVM limitations?

borkdude12:06:08

I think sci should just mimick the JVM as much as possible