News

Scala is one of the hottest new programming languages of the past few years. It's in use at companies like Foursquare and Twitter, and The Guardian is working on porting some of its Java code to ...
Scala is an expressive, versatile, and safe programming language. In this course, you will learn how to get the most out of Scala to solve common programming tasks such as modeling business ...
Object-oriented programming has been the standard for years, but more and more use cases are demanding a functional programming approach to solving problems. In this tutorial, we will look at Scala ...
I have found it both interesting and rewarding to learn a new programming language or major framework on a roughly yearly basis. If forced to self-identify with any single programming language, it ...
Martin Odersky is the designer of the Scala programming language, a general-purpose statically typed language that runs on the Java Virtual Machine. It can be used to build distributed systems and ...
Scala was built with functional programming in mind. It encourages writing pure functions, using immutable data, and avoiding side effects. These techniques help create applications that are easier to ...