Hacker News new | ask | show | jobs
by mike_hearn 4369 days ago
One thing I noticed about the Kotlin design and design discussions is that "that wouldn't be auto completable fast" comes up quite often. I had never thought about it before but it makes sense that language design choices can impact the speed of an IDE. I am starting to think that it also makes a lot of sense for language designers to have IDE development experience. I wish they'd hurry up and release a stable Kotlin.
1 comments

It would be pretty sad if code completion efficiency became a reason to compromise on other areas of a language.
Why? They're just tools. Code completion is probably more important than a lot of the rather minor syntax sugar features in many languages.