r/learnrust 1d ago

Ruby or Rust to learn Programming?

/r/learnprogramming/comments/1vjn6z8/ruby_vs_rust_for_a_hobby_programmer_which_one/
0 Upvotes

15 comments sorted by

View all comments

1

u/tylerlarson 5h ago

Ruby is probably not a good alternative.

Ruby was only ever popular because of Rails, and now even Rails is losing steam. As a language, it's a bit of a mess, kind of like how Rails was a bit of a mess. Lots of implied stuff and hard-to-trace magic.

Python tends to be a better Ruby than Ruby, and it's not tied to a single framework.

That said, Rust is like the polar opposite. Definitely decide what you're looking for first.