7 ms·
> Go is easy to learn but then the capability of it plateaus. Given that almost every cloud native project is written in Go I'd say this is entirely not true.
by aerfio 4y ago
> Go is easy to learn but then the capability of it plateaus.
Given that almost every cloud native project is written in Go I'd say this is entirely not true.
- pjmlp 4y agoThat was the past, helped by Kubernetes and Docker respective decisions to migrate from Java and Python into Go. Plenty of them are still Java and .NET based, as the ecosystems counter reacted to Go's adoption hype, and Rust is the new kid on the block specially for cloud native Webassembly projects and eBPF. Like Helm creators nowadays doing mostly Rust, https://deislabs.io/posts/ https://deislabs.io/posts/
- intelVISA 4y agocloud native web assembly... ...x86_64? ;)
- pjmlp 4y agohttps://krustlet.dev/ https://krustlet.dev/ https://learn.microsoft.com/en-us/azure/aks/use-wasi-node-pools https://learn.microsoft.com/en-us/azure/aks/use-wasi-node-po... https://www.docker.com/blog/docker-wasm-technical-preview/ https://www.docker.com/blog/docker-wasm-technical-preview/ https://www.fermyon.com/platform https://www.fermyon.com/platform
- intelVISA 4y agoGotta respect the grift I guess! Like MLM crypto schemes maybe I just Don't Get It, or I'm not the mark...
- Nullabillity 4y agoWASM is architecture-independent (ARM servers are becoming a thing, for better or worse) and has a lot of investment into sandboxing it performantly (since it also has to run in browsers).