Scala: The Multi-Paradigm Language for the Multi-Core Age

View side-by-side with slides on our Parleys channel: Single-core performance has hit a ceiling, and building web-scale multi-core applications using imperative programming models is nightmarishly difficult. Parallel programming creates a new set of challenges, best practices and design patterns. Scala is designed to enable building scalable systems, elegantly blending functional and object oriented paradigms into an expressive and concise language, whi
Back to Top