Community driven content discussing all aspects of software development from DevOps to design patterns. Here we begin a series of articles to look at Scala. Scala is a programming language that rides ...
Scala is essentially the C++ of high level (ergo, memory managed) languages on the JVM. It supports many paradigms equally, and due to this, it has sacrificed the "simplicity" of the language. Even ...