https://pulumi.com logo
#general
Title
# general
w

worried-helmet-23171

09/28/2023, 9:56 PM
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

little-cartoon-10569

09/28/2023, 10:04 PM
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

billowy-army-68599

09/28/2023, 10:52 PM
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
2 Views