Hacker News new | ask | show | jobs
by gregkerzhner 2270 days ago
I think there is a great middle line for a language that is easy to work with, and provides enough safety to be maintainable for a long time. Environments like C++ and enterprise Java miss this middle line by being too cumbersome. However, Ruby equally misses this middle line, just in the other direction - it's too simple and dynamic leading to lack of maintainability in the long run. The best solution will be somewhere in between.
1 comments

In my opinion, Kotlin, C#, and TypeScript all come pretty close.