←back to thread

511 points mootrichard | 1 comments | | HN request time: 0.205s | source
Show context
lovetocode ◴[] No.23991935[source]
As an avid Rubyist I have no interest in introducing types into a dynamic language. I would just rather use C# or Java. I never understood why people are trying to make a round peg fit in a square hole.
replies(7): >>23991953 #>>23991970 #>>23992003 #>>23992076 #>>23992082 #>>23992275 #>>23993670 #
1. steve_adams_86 ◴[] No.23992076[source]
I think of it a little differently. I'm excited. I love these incremental type systems. I don't want to write C# all the time at all, but I do find myself missing it occasionally. These systems are excellent for easing that pain when a language like C# isn't an option.

When a statically typed, compiled language is an option I tend to choose Rust lately just for novelty and curiosity, but it's rare that I have those options. When I don't, I find these tools are a godsend. You don't really lose flexibility at all.