|
|
|
|
|
by lmm
3254 days ago
|
|
I don't think they're that similar? I dislike C++ because of its large amount of unsafe constructs and huge number of special-cased language-level features; I like Scala because it's the most practical language I've found for writing safe enough code and because the core language is quite small, with many features moved out into libraries or patterns of combining simpler features. |
|
edit - in my parent comment I should have restricted scope of the comment to the use of the language for this purpose.