Hacker News new | ask | show | jobs
by mmun 3128 days ago
Depending on the application, I might agree. However, if there were a Ruby-with-types language (like TypeScript) I would prefer that over the other two options.
3 comments

You mean Crystal? [0]

[0] https://crystal-lang.org/

When you become comfortable with Rust and start relying on type inference heavily, Rust often feels very much like Ruby.
Like Python using mypy?