|
|
|
|
|
by everdev
2641 days ago
|
|
Ruby has a very readable syntax and easy learning curve for new devs. What it lacks is the performance and type safety of a compiled language which I think is why many people eventually switch to Rust and Go. Interestingly, Crystal might be an easier jump as it's syntax is very similar to Ruby, but with the performance gains that come with compiling to a single executable. Crystal is still pre-1.0 though so it doesn't quite have the production-ready stability or robust community of Go or Rust. https://crystal-lang.org |
|