devops

dotemacs 2019-12-15T17:08:58.003200Z

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