clojure-losangeles

https://www.meetup.com/Los-Angeles-Clojure-Users-Group/
nate 2020-04-17T15:17:35.047600Z

ICYMI, latest babashka release includes a yaml parser. 🎉

lukasz 2020-04-17T15:20:25.048500Z

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

1
dorab 2020-04-17T21:22:29.049200Z

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

nate 2020-04-17T22:22:35.049400Z

hahahaha

lukasz 2020-04-17T22:24:05.050100Z

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

nate 2020-04-17T22:26:53.050500Z

nice find, wow

nate 2020-04-17T22:26:59.050700Z

thanks for pushing it forward

lukasz 2020-04-17T22:27:22.051200Z

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

lukasz 2020-04-17T22:27:47.051900Z

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

nate 2020-04-17T22:27:50.052Z

haha, I do a lot to not write bash

nate 2020-04-17T22:27:56.052200Z

bb helps us both out

lukasz 2020-04-17T22:29:26.053100Z

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

😱 2
lukasz 2020-04-17T22:30:07.053800Z

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