73
Is there any use in learning an "easy" programming language?
(sh.itjust.works)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Um, I have to disagree with your points on Go/Rust. You make Rust sound like the easier language, when in reality it just isn't.
And what concurrency thing are you talking abou with Go? Goroutines/channels are pretty decent in Go.
I probably wouldn't tell anyone to learn Rust unless they truly desired it specifically for a certain task.
Rust is also harder to get into because everything you want to do requires a package, but on the other hand Go is much easier because of its expansive standard library.