Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>I suspect it was part of the reasons Scala died

Scala is quite inspect-able, you can always use static analysis tools and IDE to find how everything works. Usually just one cmd+click away. Even metaprogramming, although can be hard to understand – its easy to search for. If you are referring to 'Dynamic' (call methods which do not exist during compile time), to be honest, its extremely rarely used in code.

Good luck figuring what's happening in Ruby metaprogramming where you don't know what to search.

I read somewhere in linkedin: Scala is dead because average developer is sad. I think there might be some truth to that statement. In my experience, Scala works wonderfully with motivated engineers



The same is true about Gradle's Kotlin DSL, and it is hard to understand what exactly is happening under the hood and what the correct way to invoke things really is. With Scala this problem is even more pronounced, because its type system is more powerful, so you can build even more intractable abstractions.

The "Scala works wonderfully with motivated engineers" is basically damning with faint praise. "Smart languages" always work well with single high IQ engineers, the litmus test is does it work in a team of engineers with varying talents, which is simply how the real world works. Even if everyone is above average, those types of engineers are often very opinionated and prefer different slices of the cake, which results is social friction and incidental complexity. The C++ guys know exactly what that is like.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: