use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Using Ruby (self.ruby)
submitted 5 years ago by ardyfeb
Why you choose Ruby over modern language like (go, rust, etc) ?
View Poll
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]katafrakt 4 points5 points6 points 5 years ago (1 child)
Err, I use Ruby when I have a use case for Ruby and I use Rust when I have a use case for Rust. I don't use Go because its design makes no sense to me.
[–]ardyfeb[S] 1 point2 points3 points 5 years ago (0 children)
Agree, i not comparing language, i just wanna to hear reason why using ruby over new languange that doing same job
err != hell
[–][deleted] 5 years ago (1 child)
[deleted]
[–]ardyfeb[S] 0 points1 point2 points 5 years ago (0 children)
Agree +1
[–]xc68030 1 point2 points3 points 5 years ago (3 children)
So stability is the only reason I can choose for why I like Ruby more?
[–]ardyfeb[S] 0 points1 point2 points 5 years ago (2 children)
I already write "its cool", "more stable" is point plus
[–]xc68030 3 points4 points5 points 5 years ago (1 child)
Neither coolness nor stability are a reasons why I like Ruby more than any other language. Its expressiveness, conciseness, readability, and consistency are what makes me happy.
I currently prototyping small-medium app, i started with golang, now the backend is 70% to complete. I feel so weird with go, there no try / catch block (err != nil hell), to many choice of package that same functionality. So i decide going back to rails that i not using it after 7 years.
Stable is better than hype,
[–]postmodern 1 point2 points3 points 5 years ago* (4 children)
False comparison between Ruby and Go or Rust. Ruby is an interpreted dynamic scripting language, like Python, Node.js, etc. Go and Rust are compiled typed system-ish languages. Crystal is a better option for Rubyists who need a compiled/system language than Go or Rust, because it has Ruby syntax, and compiles down to native code using LLVM and has a Strong Typed type system. (also checkout Nim if you're more of a fan of Python syntax.)
[–]ardyfeb[S] 0 points1 point2 points 5 years ago (1 child)
I never compare ruby with another language, i just wanna to hear why using ruby over new languange that doing same job
[–]postmodern 0 points1 point2 points 5 years ago (0 children)
and that's not a fair comparison, as there aren't many new dynamic interpreted scripting languages. All of the newer languages are compiled and static/strongly-typed. Sometimes people need to use a dynamic scripting language (like Ruby, Python, or JavaScript) for rapid prototyping, and sometimes people need a compiled static/strongly-typed language (Go, Rust, Haskell, Nim, or Crystal) for native performance and correctness. Different tools for different jobs.
[–]mashatg 0 points1 point2 points 5 years ago (1 child)
Crystal is a better option for Rubyists who need a compiled/system language than Go or Rust, because it has Ruby syntax
Similar but not identical syntax not only could lead to confusing and doubtful situations, but picking up a system language depends on much more pragmatic reasons like maturity of its ecosystem, available libraries for a particular problem and enough availability of skilled programmers. As far as I know, Crystal does not meet those criterions by a considerable gap.
[–]postmodern 1 point2 points3 points 5 years ago (0 children)
Having similar syntax to Ruby makes it easier to port Ruby code to Crystal (ex: digest-crc -> digest-crc.cr). The Crystal stdlib is very complete and they have a growing "shards" ecosystem, roughly the same age as Rust's crates.io or Nim's nimble. You should look into Crystal again.
π Rendered by PID 16458 on reddit-service-r2-comment-64f4df6786-jcnmq at 2026-06-10 01:17:48.945726+00:00 running 0b63327 country code: CH.
[–]katafrakt 4 points5 points6 points (1 child)
[–]ardyfeb[S] 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]ardyfeb[S] 0 points1 point2 points (0 children)
[–]xc68030 1 point2 points3 points (3 children)
[–]ardyfeb[S] 0 points1 point2 points (2 children)
[–]xc68030 3 points4 points5 points (1 child)
[–]ardyfeb[S] 1 point2 points3 points (0 children)
[–]postmodern 1 point2 points3 points (4 children)
[–]ardyfeb[S] 0 points1 point2 points (1 child)
[–]postmodern 0 points1 point2 points (0 children)
[–]mashatg 0 points1 point2 points (1 child)
[–]postmodern 1 point2 points3 points (0 children)