From Rust to Ruby
xlii.space
From Rust to Ruby
1–10 of 108 posts
Re: From Rust to Ruby
#2Re: From Rust to Ruby
#3Re: From Rust to Ruby
#4Re: From Rust to Ruby
#5"I have no idea if it works or not because I haven’t yet tried running it. But it's 5x shorter!"
Re: From Rust to Ruby
#6I'm not sure any language + framework prioritizes developer happiness as much as Ruby on Rails.
Re: From Rust to Ruby
#7From Go to Rust ... hype!
From Rust to Ruby ... the new hype!?
Re: From Rust to Ruby
#8fd . -e rs -uu | xargs cat | wc -l
Why not just:
find . -name '*.rs' | xargs wc -l
Re: From Rust to Ruby
#9Is it not a rage-bait argument to say that not having types implies less stability?
Re: From Rust to Ruby
#10>But before I did so I researched first. I asked a few instances to analyse the project in terms of gains of complexity, stability, testability, etc., and while (obviously) stability would drop (no types in Ruby) it’s not that awful (Sorbet has types in Ruby!). Is it not a rage-bait argument to say that not having types implies less stability?