karmakaze 6 hours ago You also don't need variable names with point-free form, also known as tacit programming. I still prefer to name and type intermediate things.
dzonga 11 hours ago There's an excellent talk from Ruby conf given by Noel Rapin - https://youtu.be/OM37TfsCyF4?si=HsS9yXNGiTlf5Oo9 about this.there's so many ways you can enjoy ruby without types.
You also don't need variable names with point-free form, also known as tacit programming. I still prefer to name and type intermediate things.
There's an excellent talk from Ruby conf given by Noel Rapin - https://youtu.be/OM37TfsCyF4?si=HsS9yXNGiTlf5Oo9 about this.
there's so many ways you can enjoy ruby without types.
Sorbet needs type inference and `dynamic` keyword
And this is why I don't use Ruby.