Fork me on GitHub
#clojure-losangeles
<
2020-04-17
>
nate15:04:35

ICYMI, latest babashka release includes a yaml parser. 🎉

lukasz15:04:25

really neat, I'm reimplementing our monitoring services from "full" Clojure to bb right now

bananadance 4
dorab21:04:29

Pretty soon it will be shorter to list the things bb can't do.

nate22:04:35

hahahaha

lukasz22:04:05

btw, I found a bug in bb today, so if you rely on long lived scripts, which poll http endpoints via babashka.curl upgrade asap: https://github.com/borkdude/babashka.curl/issues/17

nate22:04:53

nice find, wow

nate22:04:59

thanks for pushing it forward

lukasz22:04:22

I'll do a lot to not write Go ;-)

lukasz22:04:47

Although I wrote some few weeks ago, was ok, until I had to deal with JSON deserialization and I remembered how painful it is

nate22:04:50

haha, I do a lot to not write bash

nate22:04:56

bb helps us both out

lukasz22:04:26

In last couple of weeks I wrote 2k lines of bash, at this point I know getopts and case syntax by heart

😱 8
lukasz22:04:07

I think bash is fine, but as soon as I have more than 5 functions and I'm doing complicated jq pipelines it's time to step back