Fork me on GitHub
#other-languages
<
2021-10-27
>
emccue02:10:53

most of go’s success in the infrastructure space i am pretty sure comes down to “can make self contained binary”

rmxm10:10:22

I think its true. If only python/js or any other dynamic language would have easy path towards single binary, for most "devops" tools performance is secondary (they are usually dealing with some light data processing and curl)

emccue02:10:21

for that your only sane choices nowadays are rust and go. When the snowball really started with hashicorp style tools, it was just go

didibus02:10:07

Clojure + GraalVM 😎