Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
general
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#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
Post