Hacker News new | ask | show | jobs
by fulafel 2619 days ago
Ruby already had types, no? This is about static typing.
2 comments

If you're going for precision, then probably: type-annotations. The runtime doesn't change with sorbet. All the verification is via an external tool. So there's no static typing - your code can still violate the rules.
My thought too. Interesting what the definition of "static" will turn out to be in the context of something so inherently dynamic as Ruby.