Fork me on GitHub
#devops
<
2019-12-15
>
dotemacs17:12:58

Have you looked at Pulumi for infrastructure? It’s an abstraction of coding infrastructure, say like you would with Terraform, but you choose from the array of languages they support. Currently they support Go, Node, Python & .Net. Not yet Java, but I figure that it’ll come. https://www.pulumi.com/ So since they have Node as supported platform, have you tinkered with it via ClojureScript or maybe ClojureCLR due to .Net? Thanks

jf04:03:46

they currently support Java now, fyi. I was pretty stoked by the writeup at https://thenewstack.io/pulumi-takes-infrastructure-as-code-universal-with-crosscode/ ... but upon further investigation realize that there's nothing Clojure-specific at this point in time.

👍 1