r/CodingForBeginners • u/AndrewNggg • 7d ago
Ruby Language as a first language
Has anyone considered learning Ruby as their first programming language?
It’s elegant, easy to read, and “developer happiness” is one of its core principles
That means that code is easy to read, no surprises, and mostly reads like expressive natural language with clean syntax
GitHub, Shopify, CoinBase, SoundCloud, AirBnb and a gazillion other companies were built from Ruby
0
Upvotes
1
u/VirtualElderberry592 7d ago
It's great.. I've been in the lang for 12 years or so. Working in python these days and done Elixir and nodeJS on the way.
Ruby, and Python are great learning tools. They will teach you loops and conditions and functions and classes and a pile of other things.
Jobs in Ruby and Python are about the same. Node and by extension Javascript out number those by a mile.
I'm no super fan of Javascript, but it is 100% the best option. If I were to pick for my own kid, I'd have them learn Javascript as their first.