Is Ruby Still Relevant in the World of Programming?

  • Thread starter Thread starter G037H3
  • Start date Start date
  • Tags Tags
    Ruby
Click For Summary
SUMMARY

The discussion centers on the relevance of Ruby in programming, particularly in comparison to Python. Participants express a preference for Ruby's syntax but acknowledge Python's more mature implementation, specifically highlighting Python 3.0's use of generators over lists. The lack of a robust visual debugger for Ruby, such as WinPDB for Python, is also noted as a significant drawback. Overall, while Ruby remains beloved by some, its limitations in performance and tooling are causing developers to gravitate towards Python.

PREREQUISITES
  • Understanding of Ruby programming language and its syntax
  • Familiarity with Python programming language, specifically Python 3.0 features
  • Knowledge of programming paradigms, particularly duck typing
  • Experience with debugging tools, particularly WinPDB for Python
NEXT STEPS
  • Explore Ruby on Rails (RoR) for web development projects
  • Investigate Python 3.0 features, focusing on generators
  • Research available debugging tools for Ruby to enhance development experience
  • Learn about programming paradigms and their impact on language choice
USEFUL FOR

Developers transitioning from Ruby to Python, Ruby enthusiasts evaluating their language choice, and programmers interested in understanding the strengths and weaknesses of both languages.

G037H3
Messages
280
Reaction score
2
Any other Ruby developers? :)

Pure Ruby or RoR, I don't care. Anyone else love this language? :D
 
Technology news on Phys.org


I finally get around to learning Python and you go and swap focus. Not impressed.
 


JaredJames said:
I finally get around to learning Python and you go and swap focus. Not impressed.

Haha! It's too inflexible for me. I really prefer TMTOWTDI. I'm too right-brained I guess :wink:
 


G037H3 said:
Pure Ruby or RoR, I don't care. Anyone else love this language? :D
I do! I actually learned to program in it before learning Python...

Having said that, I actually do more Python programming than Ruby although I still do a fair bit of Ruby programming. The problem is that while I prefer the Ruby syntax, Python still has a more mature implementation. For example, Python 3.0 has done away with lists as default containers and have moved onto generators. After all, you rarely actually need the list and, in the rare times that you do, you can make one out of your generator! Ruby is still using lists, for now...

Also, and this is the real kicker for me, there exists a good visual debugger for Python called WinPDB. Sadly, there's nothing like it for Ruby...
 


It was amongst the first programming languages I've learned. I still use it for occasional tinkering but it's far too slow for me to love, that and I very much dislike duck-typed programming.
 

Similar threads

Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
27
Views
30K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
86
Views
2K
Replies
38
Views
3K
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 15 ·
Replies
15
Views
4K
  • · Replies 11 ·
Replies
11
Views
3K