I don’t use Ruby anymore, but I still use
irb
everyday as a command line calculator.Those hentai games and visual novel games still keeping ruby lang relevant tho, rpgmaker game engine is one of examples
I think the two newest, MV and MZ, have switched to Javascript. Also, Ren’py is the only visual novel engine I can think of, which is based on Python.
I had to learn Fortran for my thesis because it’s the industry standard in particle physics
Physics changes with retirements. FORTRAN should received it’s gold watch and shown the door about 20 years ago now.
There’s no distinct generations of either physicists or codes that all retire at the same time
How long ago? ROOT (and other frameworks like GEANT) using C++ has been the standard for over 15 years, but probably longer. I think my advisor was of the last generation that had to write in Fortran.
the last generation to write FORTRAN
runs to look out window
My God is the sun turning into a red giant?!
Oh no, whew, that’s a relief! Guess the FORTRAN programmers will be relevant for a little longer too then.
(As a .NET dev, I wish some languages (or versions of languages) would die but i really think once code has been written it never goes away!)
Currently lmao. I’m using those tools as well but some specific event generators I’m using are in Fortran still
thank you for your service 🫡
I work for a state agency that is just now moving off of cobol
Metasploit and Gitlab are both my main uses of ruby, hasn’t made me think any better of it tho.
Puppet says hello.
Gitlab
Goddammit, I’m feeling for an anthropomorphic programming language that I don’t even know.
Ruby -> Rails.
It just hasn’t had a second revival.
I would say wordpress over Facebook for php
Yeah…
Facebook hasn’t used PHP for a long time. They use Hack which started as a language simular to PHP, but it’s very different now - it’s strongly-typed and has a bunch of advanced features, like the ability to annotate functions as pure (no side effects), which gets enforced by the type checker.
Cries in Delphi.
Off to the Island of Misfit Toys then.
Good
As a Rails engineer with 14 years experience, I can say the place that should be in the 3rd panel is Shopify. They employ so many ruby and rails core committers and directly fund a good many rails gems, and ruby community infrastructure it’s insane. They’re also directly funding the development of things like the YJIT and speed enhancements to MRI itself.
Then there’s all the other places I know or worked at built on Ruby where my other long tenured ruby friends work.
- Gusto
- Airbnb
- Clearbit
- Stripe
- Github
- Gitlab
- Bold Penguin
Basecamp
Aha asks for Ruby on rails experience in their job listings, so they must be using it as well
Ruby was recommended to me by my comparative programming languages professor. I haven’t picked it up, but there were memes that this professor was so good at programming he was secretly built by the university in C++ to teach students how to write better code.
It’s worth learning Ruby to understand some of the tricks you can do in programming languages.
Did your prof also recommend others like Lisp?
Enterprise will keep the withered husk of Java EE crawling for eternity
Medicine too.
An instrument in my lab is running jdk 1_8_131…and this is a recent/newish piece of equipment.
One of the most known programming tool is built on Ruby, Github.
And it’s a pile of shit.
git is great. GitHub blows chunks. The only reason it’s still big is that it sucks less than any other single platform.
@SpaceNoodle I’ll always be sad how GitHub helped popularise centralised workflows. Such an amazing opportunity for a big cultural shift, but it didn’t go anyway as far as it could have.
Git owes a lot of its popularity to github. Without it, there’s a good chance that mercurial would have taken over. In addition, the centralized workflow was what made both git and github popular. It simplified git usage enough to let a lot of novices get started.
I’m in no way a fan of centralization that github represents. But I think a decentralized workflow using git was a lost opportunity. People complain a lot about the git-email workflow. But I see no reason why it couldn’t have become as easy as using github if the effort spent on github was spent on git-email tools and user experience.
GitLab also uses Ruby on Rails