←back to thread

160 points todsacerdoti | 1 comments | | HN request time: 0.202s | source
1. Decabytes ◴[] No.41904885[source]
Honestly I think the future of languages is strong and sound type inference. Writing Dart, F#, Swift, Crystal, and even modern C# has shown me to varying degrees how good a language can be at type inference, and what the tradeoffs are. I much prefer it to the gradually typed approach, but I've found that library authors in gradually typed languages usually type the entire library and as a developer I always appreciate it.