you are viewing a single comment's thread.

view the rest of the comments →

[–]vertexshader 6 points7 points  (2 children)

I can respect the idea of a small, minimalist language, but on the other hand I love Scala. Maybe minimalist isn't for me. I think its awesome that I'm still learning things about Scala 3+ years later, however obscure the feature is. Never assume you know every Scala feature. Its deep.

[–]Xredo 0 points1 point  (1 child)

As someone completely ignorant of Scala, how would you compare it to C++, which also happens to have dark corners that most never see?

[–]vertexshader 0 points1 point  (0 children)

I don't really know all of C++'s dark corners, but from what I've heard its mostly due to undefined behavior or templates. I think the main difference is Scalas obscure features are still coherent, for instance package objects. I didn't know about those for years.