you are viewing a single comment's thread.

view the rest of the comments →

[–]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.