Where is Ruby Headed in 2021?
bignerdranch.com
Where is Ruby Headed in 2021?
1–10 of 360 posts
Re: Where is Ruby Headed in 2021?
#2Re: Where is Ruby Headed in 2021?
#3It is incredibly malleable and yet pure. It carries a certain warmth and kindness that permeate its community.
It becomes faster every couple of years :)
I feel so grateful to work with a language that makes me feel like a wizard and look forward to writing code.
The community is so incredibly creative, smart and generous that I feel humbled every day.
Re: Where is Ruby Headed in 2021?
#4I approach programming creatively. I think in large systems and architecture. Ruby allows me to skip worrying about the details. Code blocks abstract away thinking about loops and just focus on data. Just about every array operation I could want is there, waiting for a code block. In other languages, things don’t flow like that.
I’ve tried purely function languages and I just can’t wrap my head around them because they abstract too much.
I’ve tried python, but I end up having to deal with the mess of importing modules and having to set up loops when all I want to do is map data.
Node.js comes so close but anemic standard library and absolute mess of explicit async everywhere just gets in the way. I want to love JavaScript. :(
Then there is Rails. Nothing even comes close. The attempts to replicate it in other languages ends up missing part of what makes it so great. I’m sad about the move to mounds of JavaScript. Nothing can match the productivity of simple_form and bootstrap.
My entire career has been in Ruby on Rails. I hope improvements to Ruby can keep it relevant. If not, I suppose JavaScript will do.
Re: Where is Ruby Headed in 2021?
#5I started my development career on at the tail end of the Ruby on Rails craze and in the middle of the JS framework explosion. I've always wanted to learn Ruby, but it always seems to me that it would just be learning it for learning's sake and not for any professional development. It's unfortunate, because the little Ruby I did learn, I enjoyed.
Re: Where is Ruby Headed in 2021?
#6The IO/performance improvements and concurrency improvements are exciting. Reading this makes me want to try out ractors.
Re: Where is Ruby Headed in 2021?
#7I started my development career on at the tail end of the Ruby on Rails craze and in the middle of the JS framework explosion. I've always wanted to learn Ruby, but it always seems to me that it would just be learning it for learning's sake and not for any professional development. It's unfortunate, because the little Ruby I did learn, I enjoyed.
Ruby on rails still hasn't peaked yet so I'm not sure what you mean by the tail end. Rust micro services might be the new trend for big tech but there would be more rails apps in development now than there ever has been.
Golang is the trend. (I don't have any opinion in either Golang or Rust; but most jobs out there are looking for Golang microservice deployed in K8S)
Re: Where is Ruby Headed in 2021?
#8Re: Where is Ruby Headed in 2021?
#9Earlier quoted context omitted.
Ruby on rails still hasn't peaked yet so I'm not sure what you mean by the tail end. Rust micro services might be the new trend for big tech but there would be more rails apps in development now than there ever has been.
> Rust micro services might be the new trend Golang is the trend. (I don't have any opinion in either Golang or Rust; but most jobs out there are looking for Golang microservice deployed in K8S)
Re: Where is Ruby Headed in 2021?
#10Honestly I don't get why some people want to move to static types. Ruby is a dynamic language, that's the point of it... Giant orgs can just use Java or something. We need some languages to stay productive for those of us who work solo or in small groups. If I wanted static types I'd use Java, Go or something (probably Haskell).