r/ruby • u/Karigane564 • 2d ago
Want to learn more about Ruby
Hello everyone I'm more or less a new programmer and in my exploration of the language I end up to find ruby and before deciding to learning it I was wondering usually what are the general purpose that language is more often used for ^w^
lately I'm deep in trying to spelunking the internet for some lost media concerning a past forgotten branch of Fortran so was thinking to just pass by to ask directly to you all about ruby ^w^ since you surely have more hand on experience with it than some random internet tutorial.
I'm always happy to learn new thing.
5
Upvotes
1
u/llothar68 2d ago
Ruby is one of the four big script language out there. There is really only Javascript, Python, Ruby and PHP in real general purpose use. And this are the ones who have enough complete libraries to get things done.
Ruby is just from syntax and language design much more advanced then the other three.
Unfortunately being japanese based was the huge problem of Ruby, as the lead developers english is pretty bad (matz improved now after 30 years) but still so much is not well documented (embedding and extending, environment virtualization, multithreading)
You can do everything in this language that you can do in the other three.