Is there any advantage in coding component provide...
# general
w
Is there any advantage in coding component provider in golang over other languages?
Also curious if Pulumi might ever consider supporting Rust as a language ?
l
For dynamic providers: no, all the languages are the same.
For core provider: afaik, they have to be in golang?
Vote on Rust as a core language here: https://github.com/pulumi/pulumi/issues/3622
b
If you’re talking about a multi language package, the benefit is how easy it is to produce the binary
With other languages you need to figure out how run them