|
|
|
|
|
by troad
484 days ago
|
|
My point isn't technical per se, my point is more about the UX of actually trying to use gradual typing in a flesh and blood Ruby project. Sorbet type annotations are noisy, verbose, and are much less easy to parse at a glance than an equivalent typesig in other languages. Sorbet itself feels... hefty. Incorporating Sorbet in an existing project seems like a substantial investment. RBS files are nuts from a DRY perspective, and generating them from e.g. RDoc is a second rate experience. More broadly, the extensive use of runtime metaprogramming in Ruby gems severely limits static analysis in practice, and there seems to be a strong cultural resistance to gradual typing even where it would be possible and make sense, which I would - at least in part - attribute to the cumbersome UX of RBS/Sorbet, cf. something like Python's gradual typing. Gradual typing isn't technically impossible in Ruby, it just feels... unwelcome. |
|