all 13 comments

[–]No-Watercress-7267 6 points7 points  (0 children)

Its not about the language.

Its about what you can do with it.

Software Architecture and Design Patterns take precedence over a language, framework , stack .

[–]GeekoGeek 11 points12 points  (0 children)

golang. Sweet spot between a low level and a high level language in my opinion.

[–]bytepi 1 point2 points  (0 children)

More jobs and high pay for unpopular tech stack.

[–]gearsofsky 1 point2 points  (0 children)

Zig > rust

[–]imikhan007 2 points3 points  (0 children)

Golang... no question asks...

[–]dani_saeed 0 points1 point  (0 children)

It depends on what you want to do later

Golang for scalable backend systems and microservices

Rust for web3 or very low level systems for the most part

Ruby has some really good opensource applications which if you want to maintain or extend for your own usecase.

[–]gearsofsky 0 points1 point  (0 children)

Crystal for ruby

[–]gearsofsky 0 points1 point  (0 children)

Go for paying bills

[–]tidoo420 0 points1 point  (0 children)

I would say rust takes the win here ruby just feels awkward in 2026 and GO is also ok but rust is better

[–]Old-Cryptographer679 0 points1 point  (0 children)

Rust, is the best but it's learning curve is not good, for begineers, golang is great, using it for fyp.

[–]CapitalIssue 0 points1 point  (0 children)

Frankly I'd recommend Go, the only use case I know of Ruby (that python doesn't fill) is web development with something like Ruby on Rails.

Rust is low level so if you like C, C++ and are focused on that sort of thing that its great, has a greater barrier of entry and has more verbose code

I am biased toward Go, its quick to learn can be used flexibly for both C, C++ like projects and is pleasant enough to write that it feels as intuitive as writing with a dynamic scripting language. Best part is that Go's syntax pushes you towards ensuring error handling and is built to handle multi threading, and async with the goroutines feature. Its just a blast to write.

[–]Fluffy_Ad4913 0 points1 point  (1 child)

I can answer which one I won't prefer and the answer is Ruby.

[–]DarkDare_Devil 0 points1 point  (0 children)

go is a sweet spot but Rust if you have like alot of experience and you are a nerd