Fork me on GitHub
#announcements
<
2021-10-31
>
Adam Helins12:10:22

Hey y'all, first proper stable release for BinF, a Clojure(script) + Babashka library for all your binary needs: https://github.com/helins/binf.cljc Very useful for lower-level protocols and stuff like that. I've used it for some funky projects like processing MIDI or WebAssembly files 🙂

🎉 17
gklijs12:10:03

Any plans to add things like Protobuf or Avro support?

Adam Helins13:10:52

I'd say you'd rather use that to build something higher-level and more specific like Protobuf if needed. I keep it as generic as possible because it was my frustrating experience that there wasn't any good tooling when you needed freedom and efficiency when doing something lower-level like parsing a binary file.

👍 1
Mathieu Corbin16:10:03

I released today the version 0.7.0 of Mirabelle, a stream processing engine written in Clojure. You can find more information about the tool on the documentation (https://www.mirabelle.mcorbin.fr/), and about this release on the changelog (https://www.mirabelle.mcorbin.fr/changelog/).

🎉 9
pithyless17:10:55

I remember reading [0] about Mirabelle and it's been on my radar to build something with at some point. Is there a Slack channel where Mirabelle users hang out? [0] https://www.mcorbin.fr/posts/2021-03-01-mirabelle-stream-processing/

Mathieu Corbin19:10:39

No, I don't have a slack channel for it. For now the easiest way to reach to me is to create github issues with questions etc..., or with direct messages here

valtteri19:10:26

nbb-lambda-adapter is an NPM package that enables loading and running CLJS code on AWS Lambda NodeJS runtime using @borkdude’s nbb https://github.com/vharmain/nbb-lambda-adapter This enables rapid CLJS development directly in the Lambda console. There’s no need to pre-compile CLJS to JS so the feedback loop is very quick. See @borkdude’s tweet with a gif: https://twitter.com/borkdude/status/1454836645279186946 Thanks to @karol.wojcik @borkdude and @viesti!

🎉 11
nbb 13
babashka 7
lambdalove 4
borkdude 7
holy-lambda 3
awesome 1
❤️ 2
vlaaad20:10:39

> Evaluate nbb on the moon! > — tomorrow, probably

🚀 6
Karol Wójcik07:11:00

@U6N4HSMFW idea: Can handlerProxy accept the array of handlers, and in that situation create a object of {handlerName1: handler1, handlerName2: handler2} ? Example:

module.exports = {
  ...handlerProxy("demo.cljs", ["handler1", "handler2"]),
};

1
borkdude11:11:25

Posted this on Reddit too

Karol Wójcik11:11:04

Today I'm releasing some more Lambda goodness 😄 NBB is a nice motivation 😄