Ask HN: Isn't there a lightweight and popular Rust?
With all these endless debates about Rust and Go, it seems that a lot of software engineers really want a programming language that is as expressive as Rust with its sum types and matching, but also easier in that there is garbage collection, a rich standard library, like in Go.
There are OCaml and F#, but I still see those are very much niche languages with pretty small communities.
Might be worth giving these posts a read when thinking about a lightweight Rust:
- https://without.boats/blog/notes-on-a-smaller-rust/ - https://without.boats/blog/revisiting-a-smaller-rust/
It's also niche, but https://gleam.run/ might be a candidate alternate language, depending on your use-case.
Therefore, teams choose JavaScript, Python, Java, and C#.
Yes, that make sense, of course. A beautiful type system doesn't help businesses make money after all.