Ruby 3.4 Highlights
11–20 of 86 posts
Re: Ruby 3.4 Highlights
#12Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Re: Ruby 3.4 Highlights
#13Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Some projects that I remember that uses Ruby that are not related to web dev: Homebrew, Metasploit, Vagrant and Jekyll.
I also find Ruby very useful for shell scripts. I wrote a blog post about that some months ago, you can read it and the discussion about it here: https://news.ycombinator.com/item?id=40763640
Re: Ruby 3.4 Highlights
#14Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Re: Ruby 3.4 Highlights
#15Re: Ruby 3.4 Highlights
#16Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Re: Ruby 3.4 Highlights
#17Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Re: Ruby 3.4 Highlights
#18Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Yup, I wrote smartcard reader programs in it. Some of them talk to a http server using async-http. It can be used for anything that Perl or Python is good at, well maybe except data science because Python really shines there. And irb is massively useful for everyday tasks.
Re: Ruby 3.4 Highlights
#19Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
Re: Ruby 3.4 Highlights
#20Is ruby used outside of web dev (i.e., Ruby on Rails)? it seems like a nice cute language but I almost never hear about it.
It's actually the language of choice for a lot of OpenSUSE projects as well, like the Open Build Service.
The reason you don't here much about it is because of its maturity.